@extends('dashboard.layout.layout') @section('content')
@foreach ($notifications as $notification) @endforeach
# الاشعار الوصف نوع الاشعار {!! trans('dashboard.general.control') !!}
{{ $notification->id }} @if(!isset($notification->data['title'][1])) {{trans($notification->data['title'][0])}} @else {{trans($notification->data['title'])}} @endif @if(is_array($notification->data['body']) && !isset($notification->data['body'][1])) {{ trans($notification->data['body'][0]) }} @elseif(is_array($notification->data['body'])) {{ trans($notification->data['body'][0], $notification->data['body'][1]) }} @else {{ trans($notification->data['body']) }} @endif @if($notification->data['notify_type'] == 'create_order') طلب @else تواصل معانا @endif @if($notification->data['notify_type'] == 'create_order') @else @endif
@include('dashboard.layout.delete_modal') @endsection @include('dashboard.city.scripts')