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