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