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

{{ $titlePage }}

{{-- Include Messages Flash --}} @include('includes.flash_msg')
@csrf
{{ $titlePage }}
@foreach($data as $get) @endforeach
{{ __('lang.title') }} {{ __('lang.control') }}
cities_count ? 'disabled' : '' }} value="{{ $get->id }}" name="data[]"> {{ $get->title }} @if($get->cities_count) {{ $get->cities_count }} @endif @if(!$get->cities_count) @endif
{{ $data->appends(request()->query())->render() }}
@if(!count($data))

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

@endif
@stop