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