@extends('admin.layouts.main') @extends('admin.layouts.top_bar') @section('page_title', 'Shops') @section('header_styles') @endsection @section('header_scripts') @endsection @section('content')
| # | Name | Password | Access By Super Admin | Access By Admin | Actions | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $admin->name }} | {{ $admin->email }} | {{ $admin->password }} | @if ($admin->status == 1) Blocked @elseif($admin->status == 0) Allowed @endif | @if ($admin->blocked_by_admin == 1) Blocked @elseif($admin->blocked_by_admin == 0) Allowed @endif |
|