{{-- {{ dd(Auth::user()->user_type) }} --}} @extends('layouts.app') @section('content')
@if ($message = Session::get('error'))
{{ $message }}
@endif

Issuance

Fields with * are required.
@csrf
@if ($errors->has('insurer_name')) {{ $errors->first('insurer_name') }} @endif
@if ($errors->has('insurer_address')) {{ $errors->first('insurer_address') }} @endif
@if ($errors->has('contact_no')) {{ $errors->first('contact_no') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('location_pagibig')) {{ $errors->first('location_pagibig') }} @endif
@if ($errors->has('residential_desc')) {{ $errors->first('residential_desc') }} @endif
{{--
@if ($errors->has('policy_type')) {{ $errors->first('policy_type') }} @endif
--}}
@if ($errors->has('monthly_amort')) {{ $errors->first('monthly_amort') }} @endif
@if ($errors->has('inception_date')) {{ $errors->first('inception_date') }} @endif
@if ($errors->has('expiry_date')) {{ $errors->first('expiry_date') }} @endif

@endsection