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