@extends('user.layouts.master') @section('css') @endsection @section('user-content')
Support Tickets @if($data->status != 2) Close Ticket @endif
@if($data->status != 2)
@csrf
@endif

{{$data->subjet}}

@foreach($ticket_datas as $ticket_data)

{{user_name($data->user_id)}}

Posted on {{ \Carbon\Carbon::parse($ticket_data->created_at)->format('d F, Y h:i A')}}

{{$ticket_data->message}}

@if($ticket_data->file) @php $files = explode("|",$ticket_data->file); @endphp @foreach($files as $file) @endforeach @endif
@endforeach
@endsection @section('js') @endsection