@extends('admin.layout.layout') @section('content')
{{--

Hi {{Auth::guard('admin')->user()->last_name }}

--}}

{{ $title }}

@foreach($admins as $admin) @endforeach
S/N First Name Last Name Phone Email Status Action
{{ $loop->iteration }} {{ $admin->first_name }} {{ $admin->last_name }} {{ $admin->mobile }} {{ $admin->email }} @if ($admin['status'] == 1) @else @endif
  • Ecom
    Free Delivery

    all over Nigeria

  • Ecom
    Support 24/7

    Shop with an expert

  • Ecom
    Satisfaction

    For each purchase

  • Ecom
    Cheapest

    Subscription

  • Ecom
    Secure payment

    100% Protected

@endsection