@extends('layouts.app') @section('title', 'Kit Service | Edit Employee') @section('content')
@csrf @method('PUT') {{-- EMPLOYEE INFO --}}

Edit Employee Information for {{ $employee->first_name .' '. $employee->last_name }}

{{-- ADDRESS INFO --}}

Address Information

{{-- EMERGENCY INFO --}}

Emergency Contact

{{-- FAMILY INFO --}}

Family Information

{{-- ENTREPRISE INFO --}}

Entreprise Information

{{-- PICTURE INFO --}}

Upload Picture

Choose File
{{ $employee->photo }} @if($employee->photo)
photo
@endif
{{-- SUBMIT --}}
{{-- Styles et scripts pour Tabs --}} @endsection