@extends('backend.layouts.app') @section('title', __($module_action . ' ' . $module_title)) @section('content')
@forelse($$module_name as $module_name_singular)
Warning: Undefined variable $module_name_singular in /home2/skyinfoi/public_html/spa/resources/views/backend/notifications/index.blade.php on line 31

Warning: Attempt to read property "read_at" on null in /home2/skyinfoi/public_html/spa/resources/views/backend/notifications/index.blade.php on line 31
@empty @endforelse
{{ __('notification.lbl_text') }} {{ __('notification.lbl_module') }} {{ __('notification.lbl_update') }}
{{ $module_name_singular->data['subject'] }} {{ $module_name_singular->data['data']['booking_services_names'] }} {{ $module_name_singular->updated_at->diffForHumans() }}
{{ __('No data found') }}
@endsection