@extends('admin.layout') @section('content')
Create admin
Create a new admin user and assign roles.
Back
@csrf
Roles
@foreach ($roles as $r) @endforeach
Cancel
@endsection