State Management
{!! Form::model($state, ['method' => 'PATCH','class'=> 'row','route' => ['state.update', $state->id]]) !!}
{!! Form::close() !!}