@foreach ($tickets as $ticket) @endforeach
Name Status Action Reason Date
{{ $ticket->title }}
@if ($ticket->reason == null) Created @else Closed @endif @if ($ticket->reason == null) @else @endif @if ($ticket->reason == null) Pending @else {{$ticket->reason}} @endif {{ $ticket->created_at }}
{{--
  • 1
  • 2
--}}