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