@extends('layouts.master') @section('title', 'new_salairebase') @section('parentPageTitle', 'Form') @section('page-style') @include('grh_views.coupures.style_css') @stop @section('content') @if (session()->has('success'))
{{ session()->get('success') }}
@elseif (session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())
@endif

ENREGISTREMENT D'UN NOUVEAU SALAIRE DE BASE DE : Matri: {{ $userInfo->matricule ?? '' }} - {{ $userInfo->name ?? '' }}

@csrf





@stop @section('page-script') @stop