@extends('layouts.admin') @section('content')

{{Helper::getLang('User Notifications')}}

@csrf
{!!$userNotification->subject!!}
{!!$userNotification->content!!}
@endsection @section('scripts') @endsection