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

Edit User

@if ($errors->any()) @endif @if (session()->has('success')) @endif
@csrf @method('PUT')
Informasi Dasar
Kosongkan field ini jika tidak ingin mengubah password
Format: JPG, PNG, JPEG (Max: 2MB) @if($user->profile)
Foto saat ini:
Current Profile
@endif
Informasi Worker
@if($user->is_worker == 1) Status worker tidak dapat diubah di admin panel. Harus melalui aplikasi mobile. @else User belum mendaftar sebagai worker melalui aplikasi mobile. @endif
@if($user->is_worker == 1)
Format: JPG, PNG, JPEG (Max: 2MB) @if($user->img_ktp)
KTP saat ini:
Current KTP
@endif
@if($user->status_worker == 2)
@endif @else
Info: User ini belum mendaftar sebagai worker melalui aplikasi mobile. Field worker tidak tersedia untuk diedit di admin panel.
@endif
Kembali
@if($user->profile) @endif @if($user->img_ktp) @endif @endsection