@extends('admin.layouts.app') @section('title', 'Create User') @section('content')

Create New User

Back to Users
@if($errors->any())
@endif
@csrf
User Information
Recommended: 300x300px, JPG or PNG
Role Permissions
Select a role to see permissions
Actions
Cancel
@push('scripts') @endpush @endsection