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