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