@extends ('backend.layouts.app') @section ('title', app_name() . ' | ' . __('pushnoti::labels.backend.pushnoti.management')) @section('breadcrumb-links') @include('pushnoti::includes.breadcrumb-links') @endsection @push('after-styles') @endpush @section('content')

{{ __('pushnoti::labels.backend.pushnoti.management') }} {{ __('pushnoti::labels.backend.pushnoti.list') }}

@include('pushnoti::includes.header-buttons')
{{ __('pushnoti::labels.backend.pushnoti.table.id') }} {{ __('pushnoti::labels.backend.pushnoti.table.title') }} {{ __('pushnoti::labels.backend.pushnoti.table.url') }} {{ __('pushnoti::labels.backend.pushnoti.table.message') }} {{ __('pushnoti::labels.backend.pushnoti.table.last_updated') }} {{ __('labels.general.actions') }}
@endsection @push('after-scripts') @endpush