@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('All Admins')}} @endsection @section('content')
{{__('ID')}} | {{__('Name')}} | {{__('Username')}} | {{__('Image')}} | {{__('Role')}} | {{__('Email')}} | {{__('Action')}} |
---|---|---|---|---|---|---|
{{$data->id}} | {{$data->name}} | {{$data->username}} |
@php
$img_url ='';
$author_img = get_attachment_image_by_id($data->image,null,true);
@endphp
@if (!empty($author_img))
|
{{get_user_role_name_by_id($data->role)}} | {{$data->email}} | {{__("Change Password")}} |