@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
Title |
{{ $data->subject }}
|
Text |
{!! $data->text !!}
|
@if($data->url_backend != '')
URL Backend |
Backend: {{$data->url_backend}}
|
@endif
@if($data->url_frontend != '')
URL Frontend |
Frontend: {{$data->url_frontend}}
|
@endif
@endsection