@foreach($districts as $district) @endforeach
City District Action
{!! isset($district->city->name)?($district->city->name):'' !!} {!! $district->name !!}
@section('footer_scripts') @stop