@extends('layouts.master') @section('title', 'Master User') @section('css') @endsection @section('content')
User
@foreach ($users as $user) @endforeach
No Username Role Action
{{ $loop->iteration }} {{$user->username}} {{$user->roles->name}}
@csrf @method('POST')
@csrf @method('POST')
@csrf @method('POST')
No Username Role Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection