@extends('layouts.admin') @section('content') @php use Illuminate\Support\Facades\Request; @endphp

Post's Reports

Post's Reports
@foreach ($list as $index => $report) @php $following=isset($report->user)?$report->user:''; @endphp @if($following) @endif @endforeach
Sl No Profile Pic Full Name Username Email Country Reason Joined Actions
{{ $index + 1 }} @if($following->profile_picture) QR Code @else Placeholder Image @endif {{ $following->name }} {{ $following->username ?? 'NA' }} {{ $following->email }} {{ $following->country->name ?? 'N/A' }} {{ $block->reason ?? 'N/A' }} {{ $following->created_at->format('d M, Y - h:i A') }}
@endsection @section('script') @endsection