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