Initial Address :{!! ($model->address)?$model->address:"No Address" !!}
id)}}" class="round btn-min-width mr-1 mb-1 ajax-base-modal" data-modal-id="package-meal-allergy-{{$model->id}}"> Allergies: {{$memberAllergies->names ?? 'No Allergies'}}
{!! ($model->bdate)??"N/A" !!}
{!! ($model->mobile_verified_at)??"N/A" !!}
{!! ($model->email_verified_at)??"N/A" !!}
Insights Active package : {!! $mealplan->title??"Not Enrolled" !!}
{!! $model->orders->count() !!}
{!! $model->invoices->where("isPaid",1)->count() !!}
{!! $model->invoices->where("isPaid",0)->count() !!}
-
{!! ($package)?$package->startOn: "- " !!}
{!! ($package)?$package->expireOn: "- " !!}
id) !!}"> Primary Address : {!! ($primaryAddress)?$primaryAddress->address:" - " !!} {!! ($primaryAddress)?"Note : {$primaryAddress->address_note}":"" !!}
Secondary Address : {!! ($secondaryAddress)?$secondaryAddress->address:" - " !!} {!! ($secondaryAddress)?"Note : {$secondaryAddress->address_note}":"" !!}
inv-{{$invoice->id}}| {{$invoice->title}} | @if($invoice->object == "MEAL_PLANS") objectId)}}" title="Source"> {{$invoice->mealplan->title}} @else {{$invoice->object}} @endif| {{$invoice->status}} | {{date("y-m-d",strtotime($invoice->created_at))}}
id | Comment | mealplan | StartOn | ExpireOn | created_at |
---|---|---|---|---|---|
{!! $memberPlanDisposition->id !!} | {!! $memberPlanDisposition->comments !!} | {!! $memberPlanDisposition->mealplan !!}-({!! $memberPlanDisposition->member_meal_plan_id !!}) | {!! $memberPlanDisposition->startOn !!} | {!! $memberPlanDisposition->expireOn !!} | {{\App\helpers\ViewCommonHelper::getUtcDateFormat($memberPlanDisposition->created_at,1)}} |