@extends('layouts.admin') @section('content')
# | Title | Description | Photos | URL | Type | Created At | Updated At | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $notification->id }} | {{ $notification->title }} | {{ $notification->description }} | @if (!empty($notification->image_path))@else | - | @endif @if (!empty($notification->link)){{ $notification->link }} | @else- | @endif @if ($notification->notification_type == 1)Text | @elseif ($notification->notification_type==2)Image | @elseif ($notification->notification_type==3)URL | @elseif ($notification->notification_type==4)Video | @endif{{ $notification->created_at }} | {{ $notification->updated_at }} |