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