@extends('layouts.app') @section('content')
Raise Ticket

Free Consultations 24/7

020 3002 0032

@csrf

Ticket Description

{{ $ticket_details->description }}

@foreach ($replies as $replay)

@if ($replay->replay_by == 'admin') {{ 'Admin' }} @else {{ $ticket_details->user->forename }} @endif

{{ $replay->replies }}

@if ($replay->replay_by != 'admin') @if ($replay->read_by == null) @else @endif @endif {{ $replay->created_at }}

@endforeach
@endsection