@extends('admin.layout.master') @section('content')
{{__('obs.notification')}} {{__('obs.list')}}

@isset($notifications) @foreach ($notifications as $key=>$notification) @endforeach @endisset
# {{__('obs.code')}} {{__('obs.subject')}} {{__('obs.body')}} {{__('obs.attachments')}} {{__('obs.link')}} {{__('obs.send')}} {{__('obs.receivers')}}
{{$key+1}} {{$notification->code}} {{$notification->subject}} {{$notification->body}} @if($notification->attachments){{__('obs.see')}} {{__('obs.attachment')}}@endif @if($notification->link){{__('obs.follow')}} {{__('obs.link')}}@endif {{$notification->created_at->diffForHumans()}} {{__('obs.receivers')}} {{$notification->get_receivers_count}}
@endsection