@extends('layouts.view') @section('title',trans('lang.view_all_noti')) @section('content')

{{trans('lang.view_all_noti')}}

{{trans('lang.view_all_noti')}}

@csrf @foreach($view_all as $notification) @endforeach
{{trans('lang.message')}} {{trans('lang.the_date')}}
{{$notification->data['message']}} {{$notification->created_at->diffForHumans()}}
@endsection