@extends('layouts.app') @section('title', 'Create User') @section('content')
@include('partials._flash')
Create User
@csrf
@foreach($roles as $role)
{{-- Permissions Container (Hidden by default) --}}
@endforeach
@endsection