@extends('layouts/app') @section('content')

Edition de {{ $user->nom }} {{ $user->prenom }}

{{--
--}} {{-- @method('PUT')--}} {{-- @csrf--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- @if ($errors->any())--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}} {{--
--}} @include('components/createEmployeesForm', ['route' => route('employe.update', $user->id), 'method' => 'PUT', 'utilisateur' => $user]) @endsection