@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')
  • {{ __('app.home') }}
  • {!! __('push_notification::push_notification.name') !!}
  • {{ __('app.show') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('push_notification::push_notification.partial.show', ['mode' => 'show']) @stop