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

Bulletins

@if(Auth::user()->hasStateOffice(['Governor'], $state->id)) Create Bulletin View Bulletins @endif

General Information

@if(Auth::user()->hasStateOffice(['Governor', 'Secretary of State'], $state->id))   Members @endif Counties
{{ $state->name }}
{{ $state->name }}
@foreach($stateOffices as $stateOffice) @if(Auth::user()->hasStateOffice(['Governor'], $state->id)) {{-- @if(Auth::user()->hasVettedStateOffice(['Governor'], $state->id)) --}} @endif @endforeach
{{ $stateOffice->name }} @if($stateOffice->user_id) {{ $stateOffice->getOfficerName() }} @if($stateOffice->is_vetted == 0) ** @endif @else Not Filled @endif @if($stateOffice->name != 'Governor') @endif

** Denotes a candidate

Registered Electors: {{ $userCount }}
@endsection @push('scripts') @endpush