@extends('layouts.mobile.modern') @section('title', 'Profile') @section('header_left') @endsection @push('mystyle') @endpush @section('content')
@csrf @method('PUT') {{-- Profile Photo --}}
@if (!empty($karyawan->foto) && Storage::disk('public')->exists('/karyawan/' . $karyawan->foto))
@else Profile Photo @endif
{{-- Nama Lengkap --}}
{{-- No. KTP --}}
{{-- No. HP --}}
{{-- Alamat --}}
{{-- Username --}}
{{-- Email --}}
{{-- Upload Foto --}}
Ganti Foto Profil
{{-- Submit Button --}}
@endsection @push('myscript') @endpush