@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
{{ html()->form('POST', url('salaires'))->open() }}
@include("recouvrement.salaires.content")
{{ html()->form()->close() }}
@stop
@section('styles')
@stop
@section('scripts0')
@stop
@section('scripts')
@include("recouvrement.salaires.scripts_salaires")
@stop