Setup Steps
Billing Details
@if($billing_count == 0) @endif{{$branch->name}}
{{$branch->address}}, {{$branch->city}}, {{$branch->zipcode}}.{{$branch->person_name}}
+91 {{$branch->contact_no}}- GST: {{$branch->gstno}}
- Bank Branch: {{$branch->bank_address}}
- Bank A/C No: {{$branch->bank_acno}}
- IFSC Code: {{$branch->ifsc_code}}
- MICR Code: {{$branch->micr_code}}
- PAN: {{$branch->pancard}}
@if($branch->image == "")
@else
@endif
}})
Carriers | {{$carrier}}
@if($carrier > 0) @endifRegions | {{$region}}
@if($region > 0) @endifPackage Types | {{$default_packagetype}}
@if($default_packagetype > 0) @endifQuotations | {{$default_quotation}}
@if($default_quotation > 0) @endif
{{ Form::open( [ 'method'=> 'POST', 'url' => route('done.setup.step'), 'id'=> 'i_m_done_form']) }}
{{ Form::hidden('branch_id',$branch->id) }}
{{ Form::close() }}