@extends('Common::index') @section('page')
...

@lang('Notifications')

@lang('Show all notification for you')
@forelse ($rows as $row)
...

{{ $row->title }}

{{ $row->info['date'] }} {{ $row->info['time'] }}

{{ $row->text }}

@empty
...

لا توجد لديك إشعارات في الوقت الحالي

@endforelse
@stop