@extends('layouts.app') @section('content') Raise Ticket Home Contact Us 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 Back Submit @endsection
Free Consultations 24/7
{{ $ticket_details->description }}
{{ $replay->replies }}
@if ($replay->replay_by != 'admin') @if ($replay->read_by == null) @else @endif @endif {{ $replay->created_at }}