@extends('layouts.admin')
@section('title') Reports @endsection
@section('page_title') Reports @endsection
@section('content')
@push('page_style')
@include('include.dataTableStyles')
@endpush
S.No |
{{(auth()->user()->isAdmin() ? "User Name/Ad title" :((auth()->user()->isModerator()) ? " Ad title" : "User Name"))}} |
Report ID |
Reason |
Comment |
Status |
Created At |
Action |
Log |
@push('page_script')
@include('include.dataTableScripts')
@endpush
@endsection