@extends('layouts.master') @section('title') @lang('translation.conclusion') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.conclusion') @endslot @slot('title') @lang('translation.conclusion-upload') @endslot @endcomponent
@csrf
@lang('translation.give-you-lend')

so'm @error('object_price') @lang($message,['attribute'=>trans('translation.object-price')]) @enderror
@lang('translation.conclusion-file')

@lang('translation.conclusion-file-pdf')

@error('file') @lang($message,['attribute'=>trans('translation.file')]) @enderror

@lang('translation.note')

@error('note') @lang($message,['attribute'=>trans('translation.note')]) @enderror
@lang('translation.price-information')
@component('components.price',['balance'=>$order->cost]) @endcomponent
{{ $order->owner }}
{{ $order->customer }}
@lang('translation.price')
so'm @error('price') @lang($message,['attribute'=>trans('translation.price')]) @enderror
@lang('translation.give-you-lend')
@error('expired') @lang($message,['attribute'=>trans('translation.due-date')]) @enderror
@endsection @section('script') @endsection