@extends('layouts.app') @section('title', 'Kit Service | Add or Edit Employee') @section('content') @if ($errors->any())
@endif
@csrf {{-- EMPLOYEE INFO --}}

Employee Information

Gender *
{{-- ADDRESS INFO --}}

Address Information

{{-- EMERGENCY INFO --}}

Emergency Contact

{{-- FAMILY INFO --}}

Family Information

{{-- ENTREPRISE INFO --}} {{-- ENTREPRISE INFO --}} {{-- ENTREPRISE INFO --}}

Entreprise Information

{{-- Contract Type - Version normale HTML --}}
{{-- Salaire mensuel brut --}}
{{-- Date de fin pour CDD --}}
{{-- PICTURE INFO --}}

Upload Picture

Choose File
{{-- SUBMIT BUTTON --}}
@endsection