@extends('layouts.dash') @section('title') Employe @stop @section('content') @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif

{!! $employe->nom." - ".$employe->IdPAD !!}

{{ html()->modelForm($employe, 'PUT', url('employes/' . $employe->id))->open() }} @include("tiers.employes.content") {{ html()->closeModelForm() }}
@stop @section('scripts0') @stop