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