@extends('layouts.app') @section('title', $state->name.' Members') @section('content')
@if(Auth::user()->hasStateOffice(['Governor', 'Secretary of State'], $state->id))  Export Members @endif {{-- @if(Auth::user()->hasStateOffice(['Governor'], $state->id))   Invite Member @endif --}} {{-- --}} @if(Auth::user()->hasStateOffice(['Governor', 'Secretary of State'], $state->id)) @endif
First Name Last NamePhoneCounty Joined Actions
@endsection @push('styles') @endpush @push('scripts') @endpush