@extends('layouts.app') @section('link') @endsection @section('content') @include('shared.messages')

{{__('texte.objects_arr.prices.object_prices')}} {{$object->name}}


{{ csrf_field() }}
{{strtoupper(__('texte.objects_arr.prices.id'))}} {{__('texte.objects_arr.prices.barcode')}} {{__('texte.objects_arr.prices.producer')}} {{__('texte.objects_arr.prices.name')}} {{__('texte.objects_arr.prices.forming_price')}} {{__('texte.objects_arr.prices.value')}} {{__('texte.objects_arr.prices.discount')}} {{__('texte.objects_arr.prices.price')}}
@endsection