@php $titlePage = $city->title . ' - ' . __('lang.districts') @endphp @extends('dashboard.layouts.master') @section('title') {{ $titlePage }} @stop @section('content')

{{ $titlePage }}

{{-- Include Messages Flash --}} @include('includes.flash_msg')
@csrf
{{ $titlePage }}
@foreach($districts as $get) @endforeach
{{ __('lang.title') }} {{ __('lang.control') }}
{{ $get->title }}
{{ $districts->appends(request()->query())->render() }}
@if(!count($districts))

{{ __('lang.no_data') }}

@endif
@stop