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

{{$page_title}}

@php $i = 0;@endphp @foreach($ref as $p) @php $i++;@endphp @endforeach
Sl No Name Email Balance Country Phone Date Registered Status
{{ $i }} {{$p->name}} {{$p->email}} {{ $basic->currency }} {{$p->amount}} {{$p->country}} {{$p->phone}} {{ date('d-F-Y H:s:i A',strtotime($p->created_at)) }} @if($p->status == 1) Active @elseif($p->status == 0) Inactive @endif
@endsection @section('scripts') @endsection