@extends('layouts.admin') @section('title', $state->name) @section('content')

{{ $state->name }} - {{ $stateOffice->office->name }}

Remove State Officer
@csrf @method('delete')
@method('put') @csrf
@error('user_id') {{ $message }} @enderror
Current Officer: {{ $stateOffice->getOfficerName() }}
Profile Photo
@endsection @push('styles') @endpush @push('scripts') @endpush