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

Edit Employee

Edit Employee

@csrf

Personal Identity

Education

Contact

Insurance

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
@csrf
Back
@endsection @section('js') @endsection