@extends('Layouts.frontLayout',['classBody'=>"page-template-default page logged-in setinco page-wrapper-account page-wrapper-page container-max-width show-bottom-nav"]) @section('title') {{__('Notification')}} @endsection @section('content')
{{__('Home')}} /  {{__('Notification')}}

{{__('Notification')}}

@include('Front.Account.menu')

{{__('Notification')}}

{{ $data['notif']->title }}

{{timestampDateDay($data['notif']->send_date_time,true)['date']}}
{!!$data['notif']->text!!}
@endsection