@extends(getTemplate('public'))
@section('content')
@push('custom-css')
@endpush
@if($membership && $membership->active === 'yes' && ($membership->status === 'public' OR ($membership->status === 'private' && ((int)auth()->user()->id === (int)$membership->user_id OR auth()->user()->is_admin))))
@if($membership->image != '')
@endif
@else
@endif
{{$membership->name}}
Please complete your booking by following all of the steps involved.
@push('custom-js')
@endpush
@endsection