@extends('resource.show') @php $links['back'] = guard_url('location/city'); $links['edit'] = guard_url('location/city') . '/' . $city->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('location::city.title.main') !!} @stop @section('sub.title') {!! __('location::city.title.show') !!} @stop @section('breadcrumb')