@extends('layouts.app') @section('content') @include('includes.bread_crumb_with_header', [ 'header' => 'Tickets', 'bread_crumbs' => ['Dashboard' =>"", 'Support' => url('/admin/support/tickets')], ]) {{-- {{dd($contents)}} --}}

{{ $ticket->title }}

@if ($ticket->reason == null)
@csrf
{{--
--}}
@endif @foreach ($contents as $content) {{-- @if($content->user->id == $auth_id) --}}
{{ $content->user->name }} {{-- 1 day ago --}}
{{$content->created_at}}

{{ $content->description }}

{{-- @endif --}} @endforeach
@endsection @push('script') @endpush