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

File Claim

@csrf
@if ($errors->has('assured')) {{ $errors->first('assured') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
user_type == 'Adjuster') checked @endif> Send notifications to this email
@if ($errors->has('email_address')) {{ $errors->first('email_address') }} @endif
+63
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if(Auth::user()->user_type == 'Adjuster' || Auth::user()->user_type == 'Staff' || Auth::user()->user_type == 'Encoder')
user_type == 'Adjuster') @endif> Send notifications to this email
@if ($errors->has('tp_email_address')) {{ $errors->first('tp_email_address') }} @endif
+63
@if ($errors->has('tp_mobile')) {{ $errors->first('tp_mobile') }} @endif
@endif
@if ($errors->has('policy_no')) {{ $errors->first('policy_no') }} @endif
@php $min = date('Y-m-d', strtotime('-3 years')); @endphp
@if ($errors->has('inception_date')) {{ $errors->first('inception_date') }} @endif
@if ($errors->has('expiry_date')) {{ $errors->first('expiry_date') }} @endif
@if ($errors->has('policy_type')) {{ $errors->first('policy_type') }} @endif
@if(Auth::user()->user_type=='Adjuster' || Auth::user()->user_type=='Group Manager')
@if ($errors->has('dealer_repairshop')) {{ $errors->first('dealer_repairshop') }} @endif
@endif
@endsection