@extends('layouts.app') @section('content')
{{trans('lang.notification_plural')}}
|
{{trans('lang.notification_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.notification_plural')}}
{{trans('lang.notification_table')}}
{{trans('lang.notification_create')}}
@include('notifications.show_fields')
{{trans('lang.back')}}
@endsection