@extends('admin.layouts.app') @push('css') @endpush @section('content')
Liste des administrateur
Example of horizontal table borders. This is a default table border style attached to .table class. All borders have the same grey color and style, table itself doesn't have a border, but you can add this border using .table-framed class added to the table with .table class.
@if($admins) @foreach($admins as $admin) @endforeach @endif @endsection @push('js') @endpush
Nom administrateur Email administrateur Action
{{$admin->name}} {{$admin->email}} Modifier Supprimer