@extends('layouts.admin') @section('content') @php use Illuminate\Support\Facades\Request; @endphp
| Sl No | Profile Pic | Full Name | Username | Country | Reason | Joined | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if($following->profile_picture)
@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') }} |