@extends('layouts.admin') @section('content')

Admins

Admins

Add Admin
@foreach ($collection as $item) @endforeach
Username Last Update Action
{{ $item->username }} {{ $item->updated_at }}
@method('delete') @csrf
@endsection @section('js') @endsection