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