@extends('layouts.app') @section('content')
@if ($error = Session::get('error'))
{{$error}}
@endif
@csrf

Assured Details


{{ $errors->first('insurer_name') }}
{{$errors->first('insurer_address')}}
{{$errors->first('assured_tin')}}
{{$errors->first('assured_contact')}}
{{$errors->first('assured_email')}}
@if($auth==null) Next @endif
@endsection