@extends('layouts.app') @section('title', $ticket->subject . ' | ' . Options::get('title') ) @section('content')

#ID: {{ $ticket->id }}

{{ $ticket->subject }}


Warning: Undefined variable $ticket in C:\xampp\htdocs\Sistemas_gerais\code-ticket-responsivo\resources\views\tickets\single.blade.php on line 25

Warning: Attempt to read property "created_at" on null in C:\xampp\htdocs\Sistemas_gerais\code-ticket-responsivo\resources\views\tickets\single.blade.php on line 25

{{ $date->diffInMonths(Carbon::now()) >= 1 ? $date->format('j M Y, g:ia') : $date->diffForHumans() }}

{!! $ticket->message !!} @if( $ticket->files )
Attached File:
@endif
@include('partials.site.replies')
@stop {{-- Include scripts --}} @section('script') @stop