@extends('admin.layout.master') @section('title', 'Admins') @section('body')

Admin List

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @can('admin-create') @endcan
No Admin Name Email Phone Role Actions
@endsection @push('script') @endpush