@extends('user.layouts.app') @push('title') {{ __('Create Ticket') }} @endpush @section('content')

{{ $singleNotification->title }}

{{ $singleNotification->created_at?->diffForHumans() }}

{!! $singleNotification->body !!}

@endsection @push('script') @endpush