@extends('layouts.app') @section('style') @endsection @section('content')
New Policy
@csrf
Policy Owner
@if ($errors->has('provider'))
{{ $errors->first('provider') }}
@endif
@if ($errors->has('owner_remarks'))
{{ $errors->first('owner_remarks') }}
@endif
Policy Information
@if ($errors->has('provider'))
{{ $errors->first('provider') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
@if ($errors->has('product'))
{{ $errors->first('product') }}
@endif
@if ($errors->has('policy_number'))
{{ $errors->first('policy_number') }}
@endif
@if ($errors->has('issuance_date'))
{{ $errors->first('issuance_date') }}
@endif
@if ($errors->has('effectivity_date'))
{{ $errors->first('effectivity_date') }}
@endif
@if ($errors->has('renewal_date'))
{{ $errors->first('renewal_date') }}
@endif
@if ($errors->has('expiration_date'))
{{ $errors->first('expiration_date') }}
@endif
@if ($errors->has('remarks'))
{{ $errors->first('remarks') }}
@endif
@section('script') @endsection @endsection