@extends('admin.layout.panel') @section('title') مدیریت اعلان ها @endsection @section('css') @endsection @section('content')

کلیه اعلان های خود را مشاهده کنید

@foreach ($notifications as $notification) @endforeach
شناسه نوع لینک متن پیام وضعیت
{{ $notification->id }} {{ $notification->notificationType->title }} @if ($notification->notificationType->id == 1) عمومی @else @if ($notification->notificationSeens->count() > 0) @else @endif @endif
@endsection @section('js') @endsection