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

Edit User * Required Fields

{{$errors->first('first_name')}}
{{$errors->first('middle_name')}}
{{$errors->first('last_name')}}
{{$errors->first('username')}}
{{$errors->first('email')}}
@if( count($groups) >0 ) @foreach($groups as $g) id,$current_groups) ? "checked" : '' }}> @endforeach @endif
@if($errors->has('groups')) Please select at least one role @endif
status ? 'checked' :'' }}> status == 0 ? 'checked' :'' }}>
@csrf @method('PUT')
@endsection