@extends('admin.layouts.app') @section('content')
| Date of Reg | Name | Phone No | {{--Referal | --}}Status | Action |
|---|---|---|---|---|---|
| {{ $agent->created_at->format('Y-m-d') }} | {{ $agent->name }} | {{ $agent->mobile_no }} | {{--@if($agent->admin_id == 1) Admin @endif | --}}@if($agent->status == 1) Active @else Inactive @endif | USERS TICKETS PAYOUTS |