@extends('layout.localGov.master') @section('content')
Compliance Officers :
Create

Compliance Officers Information :

@csrf
@if ($errors->has('contact_first_name')) {{ $errors->first('contact_first_name') }} @endif
@if ($errors->has('contact_last_name')) {{ $errors->first('contact_last_name') }} @endif
@if ($errors->has('contact_mobile_number')) {{ $errors->first('contact_mobile_number') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@endsection