{{-- resources/views/restaurant/support/show.blade.php --}} @extends('layouts.restaurant') @section('title', 'Ticket Details') @section('content')
{{ $ticket->subject }}
{{ $ticket->description }}
{{ $reply->message }}