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

Create New User * Required Fields

{{$errors->first('first_name')}}
{{$errors->first('middle_name')}}
{{$errors->first('last_name')}}
{{$errors->first('username')}}
{{$errors->first('email')}}
{{$errors->first('password')}}
{{$errors->first('re_password')}}
@if( count($groups) > 0 ) @foreach($groups as $g) id ? "checked" : '' }}> @endforeach @endif
@if($errors->has('groups')) Please select at least one role @endif
@csrf
@endsection @section('ext_js') @endsection