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