@extends('layout.store_layout.master') @section('content')
{{--flex-row-fluid justify-content-end gap-5--}}
@lang('general.add_new')
@lang('general.selected')
@foreach($notifications as $notification) @endforeach
العنوان نص الإشعار النوع تاريخ الاضافة العمليات
{{$notification->title}} {{$notification->description}} @lang("admin.messages.".$notification->target_type) {{$notification->created_at}}
@endsection @push('custom_js') @endpush