@extends('layouts.admin') @section('content')
@if (session()->has('message')) @endif
@if ($notifications) @foreach ($notifications as $notification) @if (!empty($notification->image_path)) @else @endif @if (!empty($notification->link)) @else @endif @if ($notification->notification_type == 1) @elseif ($notification->notification_type==2) @elseif ($notification->notification_type==3) @elseif ($notification->notification_type==4) @endif @endforeach @else No data found. @endif
# Title Description Photos URL Type Created At Updated At
{{ $notification->id }} {{ $notification->title }} {{ $notification->description }}-{{ $notification->link }} - Text Image URL Video{{ $notification->created_at }} {{ $notification->updated_at }}
@endsection @push('scripts') @endpush