|
|
INV-{{$enroll->id+1000}} |
|
{{__('student.Date')}}: {{date('d F Y',strtotime(@$enroll->billing->created_at))}} {{__('student.Pay Method')}}: {{$enroll->payment_method}} @if($enroll->price == 0 ) {{__('student.Status')}}: {{__('common.Paid')}} @else {{__('student.Status')}}: {{$enroll->status==1?__('student.Paid'):__('student.Unpaid')}} @endif |
{{__('student.Company')}}: {{Settings('site_title') }} {{__('student.Phone')}}: {{Settings('phone') }} {{__('student.Email')}}: {{Settings('email') }} {{__('student.Address')}}: {{Settings('address') }} |
|
{{__('student.Name')}}: {{@$enroll->billing->first_name}} {{@$enroll->billing->last_name}} {{__('student.Phone')}}: {{@$enroll->billing->phone}} {{__('student.Email')}}: {{@$enroll->billing->email}} {{__('student.Address')}}: {{@$enroll->billing->address2}} {{@$enroll->billing->city}}, {{@$enroll->billing->zip_code}} {{@$enroll->billing->country}} |
| {{__('common.SL')}} | {{__('subscription.Plan')}} | {{__('subscription.Start Date')}} | {{__('subscription.End Date')}} | {{__('subscription.Days')}} | {{__('student.Price')}} |
|---|---|---|---|---|---|
| 1 |
{{@$enroll->plan->title}} |
{{ showDate(@$enroll->start_date) }} | {{ showDate(@$enroll->end_date) }} | {{@$enroll->plan->days}} | {{getPriceFormat($enroll->plan->price)}} |