@extends('layouts.index') @section('title') Edit Employee @endsection @section('css') @endsection @section('content')

Edit Profile

Edit Employee

{{-- --}}
@csrf
Personal Identity
Education & Jobs
Contact
Assurance
Certificate of health
Emergency Contact
Social Media
{{--
Foto
--}} {{--
@php $path = asset($detail->foto); if ($detail->foto && Storage::exists($detail->foto)) { $path = Storage::url($detail->foto); } @endphp


* jpg,jpeg,png | Max: 10 Mb
--}}
Back
@endsection @section('js') @endsection