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