@extends('layouts.default') @section('content')

Car Insurance Form

@csrf
Insurance Co. Details
Personal Details
  
Vehicle Details
Attachments
@if($checkattachfile == 0 || $checkattachfile == "0")
@endif @foreach($policy_attachmentss as $key => $attchment)
@if($attchment['file_attach_type'] == "image")
x
@else
x
@endif
@endforeach
Remarks
@if($remarks =='')
@endif @foreach($remarks as $remark)
@endforeach
@stop