@extends('main.main_back') @section('style-up') @endsection @section('title') Modifier un Employé @endsection @section('pagination') Employés @endsection @section('content')
Liste

Enregistrements des informations

em_gender == "MASCULIN" ? "checked" : "" }}>
em_gender == "FEMININ" ? "checked" : "" }}>
user_id) ? "checked" : "" }}>
user_id) ? "checked" : "" }}>
@if (!is_null($item->em_image_doc)) Image Preview @else @endif
@endsection @section("script-up") @endsection @section("script-down") @endsection