@extends('layouts.app') @section('content') @if ($message= Session::get('success'))
@endif @if(count($naturenp)>0)
Services et anuités
@foreach($naturenp as $naturenps) @endforeach
Nom et prenom Matricule AnsT MoisT JoursT AnsV MoisV JoursV AnsM MoisM JoursM AnsB MoisB joursB TotalAns TotalMois TotalJours
{{$naturenps->nom}} {{$naturenps->matricule}} {{$naturenps->ansT}} {{$naturenps->moisT}} {{$naturenps->joursT}} {{$naturenps->ansV}} {{$naturenps->moisV}} {{$naturenps->joursV}} {{$naturenps->ansM}} {{$naturenps->moisM}} {{$naturenps->joursM}} {{$naturenps->ansB}} {{$naturenps->moisB}} {{$naturenps->joursB}} {{$naturenps->totalA}} {{$naturenps->totalM}} {{$naturenps->totalJ}} Modifier
@csrf @method('DELETE')
@endif @endsection