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