@extends('resource.edit') @php $links['back'] = guard_url('locations/city'); $links['form'] = guard_url('locations/city') . '/' . $city->getRouteKey(); @endphp @section('icon') @stop @section('title') {!! __('locations::city.title.main') !!} @stop @section('sub.title') {!! __('locations::city.title.edit') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('locations::city.name') !!}
  • {{ __('app.edit') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('locations::city.partial.entry', ['mode' => 'edit']) @stop @section('actions')
    @stop