@extends('layouts.app') @section('content') @if ($message= Session::get('success'))
@endif @if(count($enfantnp)>0)
Enfants mineurs
@foreach($enfantnp as $enfantsnp) @endforeach
Nom Orphélin Nom Veuve/Veuf Date de naissance Situation Tel Veuve/Veuf
{{$enfantsnp->nomenfantnp}} {{$enfantsnp->nomr}} {{\Carbon\Carbon::parse($enfantsnp->datenaissanceenfantnp)->format('d/m/Y')}} {{$enfantsnp->infirmenp}} {{$enfantsnp->tel}} Modifier
@csrf @method('DELETE')
@endif @endsection