@extends('layouts.admin') @section('content')
Notifications History
@foreach($nothistory as $not) @endforeach
read_at notif created_at
{{$not->read_at}} {{ html_entity_decode( str_replace('"]','',str_replace('["','',$not->data))) }} {{$not->created_at}}
@stop