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

{{$page_title}}

@php $i = 0;@endphp @foreach($user as $p) @php $i++;@endphp @endforeach
Sl No Name Email Current Amount Block At Action
{{ $i }} {{ $p->name }} {{ $p->email }} {{ $p->amount }} - {{ $basic->currency }} {{ \Carbon\Carbon::parse($p->block_at)->format('d F Y H:i A') }} @if($p->block_status == 1) @else @endif
@endsection @section('scripts') @endsection