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