@extends('layouts.app') @section('content')
Personne physique @if(!empty($tiers->id_tiers)): {{$tiers->id_tiers}}@endif
{{$tiers->nom_tiers}} {{ucwords(strtolower($tiers->prenom_tiers))}} @if(!empty($tiers->age)) ({{$tiers->age}} ans) @endif
@include('tiers.pp.pp-majeur')
Réactivation

@endsection @section('script') @endsection