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