@extends('backend.layouts.app') @section('title', 'Accounts Admins and Agents') @push('styles') @endpush @section('content')
# | Is Admin | Image | Full Name | Username | Status | Action | |
---|---|---|---|---|---|---|---|
{{$key+1}} | {{$admin->is_admin ? "Admin" : "Agent"}} | @if(Storage::disk('public')->exists('admins/'.$admin->image) && $admin->image) @endif | {{$admin->name}} | {{$admin->username}} | {{$admin->email}} | {{$admin->status? 'Active':'Inactive'}} |