@extends('resource.show') @php $links['back'] = guard_url('service/service'); $links['edit'] = guard_url('service/service') . '/' . $service->getRouteKey() . '/edit'; @endphp @section('icon') <i class="pe-7s-display2"></i> @stop @section('title') {!! __('service::service.title.main') !!} @stop @section('sub.title') {!! __('service::service.title.show') !!} @stop @section('breadcrumb') <li><a href="{!!guard_url('/')!!}">{{ __('app.home') }}</a></li> <li><a href="{!!guard_url('$service/service')!!}">{!! __('service::service.name') !!}</a></li> <li>{{ __('app.show') }}</li> @stop @section('tabs') @stop @section('tools') <a href="{!!guard_url('$service/service')!!}" rel="tooltip" class="btn btn-white btn-round btn-simple btn-icon pull-right add-new" data-original-title="" title=""> <i class="fa fa-chevron-left"></i> </a> @stop @section('content') @include('service::service.partial.show', ['mode' => 'show']) @stop