@extends('layouts.app') @section('content')

{{__('texte.clients_arr.price_formation.client_price_formation')}}

{{__('texte.clients_arr.price_formation.client')}}: {{ $client->name}}
{{__('texte.clients_arr.price_formation.objects')}}: @foreach($client->obects as $object) id) }}'>{{$object->name}} @endforeach
@endsection