@extends('backend.layouts.app') @section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection @section('content')
{{ $module_title }} {{ __($module_action) }} @lang(":module_name Management Dashboard", ['module_name'=>Str::title($module_name)]) List

Warning: Undefined variable $module_name_singular in /home2/skyinfoi/public_html/spa/resources/views/backend/notifications/show.blade.php on line 27

Warning: Undefined variable $ in /home2/skyinfoi/public_html/spa/resources/views/backend/notifications/show.blade.php on line 27

Warning: Attempt to read property "data" on null in /home2/skyinfoi/public_html/spa/resources/views/backend/notifications/show.blade.php on line 27

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home2/skyinfoi/public_html/spa/resources/views/backend/notifications/show.blade.php on line 27
@if($data->url_backend != '') @endif @if($data->url_frontend != '') @endif
Title {{ $data->subject }}
Text {!! $data->text !!}
URL Backend Backend: {{$data->url_backend}}
URL Frontend Frontend: {{$data->url_frontend}}
@endsection