{{-- @extends('backend.admin.layouts.admin') --}} @extends('includes.layouts.admin') @section('page-title') Become An Agents List @endsection @section('content')

Become An Agents List

{{-- --}}
{{--   --}}
{{-- --}} Clear  
{{-- --}} @forelse ($users as $index => $user) {{-- --}} @empty @endforelse
Serial No Name Email Phone Number Application Date StatusActivate/DeactivateApplication
{{ $index+$users->firstItem() }} {{ Str::title($user->name) }} {{ $user->email }} {{ ($user->country_code ? $user->country_code . "-" : '') . $user->phone }} {{ date('d-m-Y', strtotime($user->created_at)) }} @if ($user->status == 1) Active @else Pending @endif
status ? 'checked' : '' }} id="customSwitch3" data-user="User" data-route="{{ route('admin.agent.update', $user->id) }}" >
No Record Found.
@if ($users->hasPages()) @endif
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@endsection @section('scripts') {{-- --}} @include('admin.commonScript.script') @endsection