@extends('backend.app') @push('css') @endpush @section('content')

User Edit

← Back to User List Update user information
@csrf @method('PUT')

Basic Information


Login & Role

@if(auth()->id() == 1)

Change Password (Leave blank if you don't want to change)

@endif
@endsection @push('js') @endpush