@include('site.controllers.upper-header') @include('site.controllers.header')

@lang('site.notifications')

@lang('site.notifications') @if(count($rows) > 0) @lang('site.deleteNotifications') @endif

@foreach($rows as $row)
{{\Carbon\Carbon::parse($row->created_at)->diffForHumans()}}
@endforeach
{{$rows->links()}}
@if(count($rows) == 0)

@lang('site.noItem')

@endif
@include('site.controllers.footer')