@extends('backend.layout') @section('content')
| # | {{ __('Profile Picture') }} | {{ __('Username') }} | {{ __('Email ID') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ $agent->username }} | {{ $agent->email }} |
|