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

{{__('texte.objects_arr.price_formation.object_price_formation')}}

{{__('texte.objects_arr.price_formation.object_prices')}}
{{__('texte.objects_arr.price_formation.client')}}: {{ $object->client->name}}
{{__('texte.objects_arr.price_formation.object_name')}}: {{ $object->name }}
{{__('texte.objects_arr.price_formation.type')}}: {{ $object->subtype->type->name }}
{{__('texte.objects_arr.price_formation.subtype')}}: {{ $object->subtype->name }}
@endsection