{{-- --}} {{-- @extends('docs.master', ['title'=> 'Lead ']) --}} @extends(($model->value_master == 2) ? 'docs.mastertwo' : 'docs.master', ['title'=> 'Lead '.$model->number]) @section('content')
{{--
 
--}}
{{-- @if($model->value_master ==2) --}} @section('heading_two')

Lead {{ $model->number }}

@endsection {{-- @endif --}} @section('heading')

Lead {{ $model->number }}

@endsection



{{--   @if($model->value_master==2)

WUSAT DEVELOPERS (PVT) LTD

Provisional Receipt





@endif @section('heading')

Payment Receipt

@endsection --}}


 
{{--



--}}
{{--
--}}
{{-- top --}}

Name

{{($model->person)?$model->person:'-'}}

 

Mobile

{{($model->mobile)?$model->mobile:'-'}}

{{--

{{($model->mobile)?$model->mobile:'-'}}

--}}

Remarks

{{($model->remarks)?$model->remarks:'-'}}

{{--

{{($model->remarks)?$model->remarks:'-'}}

--}}



{{-- for follow up begin --}}

Follow Ups

{{-- --}} {{-- --}} {{-- --}} @foreach($model->followups as $item) {{-- --}} {{-- --}} @endforeach
IDDate Action RemarksNext 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))}}
{{-- for follow up end --}} {{-- terms --}} @if(Route::current()->uri() !== 'docs/leads/{lead_id}')
Terms and Conditions
  • This Receipt is provisional and valid subject to realization of Instrument .
  • Token is valid only for 15 Days and it is non refundable.
  • Down payment of unit will be nonrefundable.
  • Bank charges deducted will be recovered from customer ( if any).
  • This receipt is only a memorandum of deposit, for your convenience.
  • Items deposited are not checked,at the time of deposit and are received, subject to subsequent verification and scrutiny.
  • All instruments will be sent for collection and proceeds will be credited to your unit on realisation.
  • The developers or its bank is at liberty to act through correspondents, agents or sub-agents, including its branch offices, subsidiaries and affiliates or directly through any pay or on whom such items are drawn.
  • The Developer or its bank shall not be responsible for any losses or delays, which may be caused by strike or other causes, beyond its control, nor for any act, omission,neglect, suspension, insolvency or bankruptcy of any correspondents, agents, or sub-agents or its/their empolyees.
  • The developer will not be respoansible for any losses, arising out of delays, which may be caused by causes, beyond its control.
  • We will consider ourselves entitled to have recourse to you, where you have incurred liabilites, in respect of collection of cheques on your behalf.
@endif {{-- terms --}}
@endsection