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

Create User

← Back to users
@if($errors->any())
Please fix the following:
@endif
@csrf
{{-- Roles --}}
@foreach($roles as $r) @php $name = (string) $r; @endphp @endforeach
Cancel
@endsection