@extends('dashboard.layouts.master') @section('title', __('backend.city')) @section('content') @include('sweetalert::alert')
@if (isset($city_management_module_permission) && $city_management_module_permission->read == 1)

{{ __('backend.city') }}

{{ __('backend.dashboard') }} / {{ __('backend.master') }} / {{ __('backend.city') }}
{{ Form::open(['route' => 'cityUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ Form::close() }}
{{ __('backend.image') }} {{ __('backend.name') }} {{ __('backend.status') }} {{ __('backend.options') }}
{{ Form::close() }}
@endif
@endsection @push('after-scripts') @endpush