@extends('layout.admin') @section('content') Dashboard User - Edit User All User Edit User Edit User @csrf @method('PUT') Email @error('email') @enderror User Type Select Type @foreach($roles as $role) role_id == $role->id)> {{ $role->name }} @endforeach @error('role_id') @enderror Name @error('name') @enderror Phone @error('phone') @enderror New Password @error('password') @enderror Confirm Password @error('password_confirmation') @enderror File input Image Size must be less than 50KB.Dimension 215x215px @error('photo') @enderror Preview Image : Lock Status @foreach (config('helper.status') as $status) status == $status['id'])> {{ $status['name'] }} @endforeach @error('status') @enderror @endsection
Image Size must be less than 50KB.Dimension 215x215px