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