@extends('layouts.admin_layout') @section('content')
@include('admin.layouts.sidebar')

Managers Status

Managers
@foreach($manager as $manager) @endforeach
No Email Name Type Action
{{$loop->index+1}} {{$manager->email}} {{$manager->name}}
@endsection