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