{{-- --}} {{-- @extends('docs.master', ['title'=> 'Lead ']) --}} @extends(($model->value_master == 2) ? 'docs.mastertwo' : 'docs.master', ['title'=> 'Lead '.$model->number]) @section('content')
Lead {{ $model->number }}
@endsection {{-- @endif --}} @section('heading')Lead {{ $model->number }}
@endsectionPayment Receipt
@endsection --}}Name
{{($model->person)?$model->person:'-'}}
Mobile
{{($model->mobile)?$model->mobile:'-'}}
{{($model->mobile)?$model->mobile:'-'}}
Remarks
{{($model->remarks)?$model->remarks:'-'}}
{{($model->remarks)?$model->remarks:'-'}}
Follow Ups
| ID | --}}Date | Action | Remarks | {{--Next Action | Next Date | --}} {{--# | Remarks | Action | Next Action | Next Date | --}}
|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->id}} | --}}{{date('d-M-Y', strtotime($item->create_at))}} | {{$item->action->actionname}} | {{$item->remarks}} | {{--{{$item->nextaction->actionname}} | {{date('d-M-Y', strtotime($item->next_date))}} | --}}