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