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