Current Officer: {{ $stateOffice->getOfficerName() }} @if ($stateOffice->user_id) @endif
@extends('layouts.app')
@section('title', 'State Office')
@section('content')
Current Officer: {{ $stateOffice->getOfficerName() }}
@if ($stateOffice->user_id)
@endif