@extends('layouts.mobile.app') @section('content')
Profile
@csrf @method('PUT')
@if (!empty($karyawan->foto)) @if (Storage::disk('public')->exists('/karyawan/' . $karyawan->foto))
@else
@endif @else
@endif
@endsection @push('myscript') {{-- --}} @endpush