@section('title','Add User') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush {{-- Page Content --}} @csrf Name * @error('name'){{ $message }}@enderror Email * @error('email'){{ $message }}@enderror Active Banned Status Password * @error('password'){{ $message }}@enderror Confirm Password * @error('password_confirm'){{ $message }}@enderror @foreach($roles as $role) {{$role->name}} @endforeach Select Role * @error('role_id'){{ $message }}@enderror Cancel Create