@extends('theme.default') @section('title') Ticket @endsection @section('canonical') @endsection @section('content') {{-- {{-- --}} {{----}} {{----}} {{----}}

Your Current Ticket

Ticket ID: {{ $data[0]->id }} Subject: {{ $data[0]->subject }}

@if($data[0]->ticketsAnswers !== null) @foreach($data[0]->ticketsAnswers as $key => $val)
@endforeach @endif
@csrf Submit

@include ('theme.includes.sidebar')
@endsection @section('script') @endsection