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