@extends('layouts.app') @section('content')
dette
# Titulaire de dossier Contact
{{$tiers->id_tiers}} {{$tiers->nom_tiers}} {{$tiers->prenom_tiers}} {{$tiers->adresse}} - {{$tiers->phone}}
@csrf @if(!empty($patrimoine->id_patrimoine)) @endif @foreach ($fields as $name => $attribues)
{{ !empty($attribues->label) ? $attribues->label : $name }}
@error($name) {{ $message }} @enderror
@endforeach
Annuler
Patrimoine Voulez vous réellement enregister cet élément ? @endsection @section('script') @endsection