@extends('admin.layout') @section('content')

Admin Reply History

@foreach ($datatable as $index => $table) @endforeach
S/N Date User ID Title Description Admin Response Status
{{ $index + 1 }} {{ $table->created_at }} {{ $table->user_id }} {{ $table->title }} {{ $table->description }} {{ $table->reply }} {{ $table->is_active == 0 ? 'Closed' : 'Open' }}
@endsection