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