@extends('layouts.app') @section('content')

{{trans('lang.notification_plural')}}|{{trans('lang.notification_desc')}}

@include('flash::message')
@include('notifications.table')
@endsection