@extends('resource.show') @php $links['back'] = guard_url('notification_schedule/notification_schedule'); $links['edit'] = guard_url('notification_schedule/notification_schedule') . '/' . $notification_schedule->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('notification_schedule::notification_schedule.title.main') !!} @stop @section('sub.title') {!! __('notification_schedule::notification_schedule.title.show') !!} @stop @section('breadcrumb')