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

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

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