@extends('layouts.frontlayout') @section('content')
{{ csrf_field() }}
@if($memberships && $memberships->toArray()) @endif
...
...
@endsection