@extends('dashboard.parent') @section('title', __('pages.city')) @section('page_name', __('pages.edit') . ' ' . $city->{localizedField('name')}) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- form --}} @include('dashboard.city._form', [ 'city' => $city, 'countries' => $countries, 'constants' => $constants, 'function' => 'update', ]) {{-- end form --}}
@endsection @section('js') @endsection