@extends('layouts.dash') @section('title') Salaire @stop @section('title_card') @stop @section('subtitle_card',"Employeur") @section('content')
@if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif

Mise à jour d'une fiche salaire

{{ html()->modelForm($salaire, 'PUT', url('salaires/' . $salaire->id))->open() }} @include("recouvrement.salaires.content") {{ html()->form()->close() }}
@stop @section('styles') @stop @section('scripts0') @stop @section('scripts') @include("recouvrement.salaires.scripts_salaires") @stop