@extends('layouts.app') @section('style') @endsection @section('content')
@csrf {{-- Police Clearance --}}

Police Clearance Information

@if ($errors->has('police_clearance_number'))
{{ $errors->first('police_clearance_number') }}
@endif
@if ($errors->has('police_clearance_issued_at'))
{{ $errors->first('police_clearance_issued_at') }}
@endif
@if ($errors->has('police_clearance_expiration_date'))
{{ $errors->first('police_clearance_expiration_date') }}
@endif
@if ($errors->has('police_clearance_clearance_file'))
{{ $errors->first('police_clearance_clearance_file') }}
@endif
@section('script') @endsection @endsection