@inject( 'helper', 'App\Helpers\BladeHelper' )

CENOVÁ
PONUKA

Odberateľ {{ $model->owner_legal_form == 1 ? $model->client->full_name : $model->owner_business_name }} {{ $model->owner_legal_form == 1 ? $model->client->street : $model->owner_street }} {{ $helper->formatZipCode( $model->owner_legal_form == 1 ? $model->client->zip : $model->owner_zip ) }}, {{ $model->owner_legal_form == 1 ? $model->client->city : $model->owner_city }} @if ( $model->owner_legal_form != 1 ) IČO: {{ $model->owner_business_id }} {{ $model->owner_vat_number ? 'IČ DPH' : 'DIČ' }}: {{ $model->owner_vat_number ?? $model->owner_tax_number }} @endif Tel. č.: {{ $helper->formatPhoneNumber( $model->client->phones[ 0 ] ) }} Email: {{ $model->client->email }}
@php $user = auth()->user(); $fullName = $user?->full_name ?? ''; $email = $user?->email ?? ''; @endphp
Dátum vystavenia {{ Carbon\Carbon::now()->locale( 'sk_SK' )->isoFormat('D. MMMM YYYY', 'MMMM YYYY') }}
Číslo zmluvy {{ $number?? '-' }}
Ponuku vystavil {{ $fullName }}
Kontakt {{ $email }}
#
názov položky
cena bez DPH
cena s DPH
@php if ( $model instanceof App\Models\Sale ){ $showImportFeeRow = false; $vehiclePrices = $helper->priceService->salePriceOfferVehiclePrices( $model ); $finalPriceWithVat = $helper->priceService->salePriceOfferFinalPrice( $model ); } else{ $showImportFeeRow = !$model->without_import_fee; $vehiclePrices = $helper->priceService->businessCasePriceOfferVehiclePrices( $model ); $importFees = $helper->priceService->businessCasePriceOfferImportFees( $model ); $finalPriceWithVat = $helper->priceService->businessCasePriceOfferFinalPrice( $model ); } //extended warranty offer: $ewo = $helper->priceService->extendedWarrantyOffer( $model ); $emptyColumnPlaceholder = '---'; @endphp
1
vozidlo {{ $model->vehicle->title}}
{{ $vehiclePrices->without_vat > 0 ? ( number_format( $vehiclePrices->without_vat, 2, ',', ' ' ) . ' €' ) : $emptyColumnPlaceholder }}
{{ $vehiclePrices->with_vat > 0 ? ( number_format( $vehiclePrices->with_vat , 2, ',', ' ' ) . ' €' ) : $emptyColumnPlaceholder }}
@if ( $showImportFeeRow )
2
sprostredkovanie cez {{ $model->importFeeCompany->name }}
{{ $model->is_import_fee_vat_free ? ( $importFees->without_vat > 0 ? ( number_format( $importFees->without_vat, 2, ',', ' ' ) . ' €' ) : $emptyColumnPlaceholder ) : $emptyColumnPlaceholder }}
{{ number_format( $importFees->with_vat , 2, ',', ' ' ) . ' €' }}
3
preverenie vozidla certifikovaným technikom - 3 obhliadky v cene
{{ $emptyColumnPlaceholder }}
{{ $emptyColumnPlaceholder }}
4
dovoz vozidla - poistená preprava
{{ $emptyColumnPlaceholder }}
{{ $emptyColumnPlaceholder }}
5
prepis vozidla spolu:
{{ $emptyColumnPlaceholder }}
{{ $emptyColumnPlaceholder }}
 
preklad dokumentov DE-SK
 
 
 
kontrola originality
 
 
 
TK, EK
 
 
 
návrh na JDV
 
 
 
recyklačný poplatok
 
 
6
zápis vozidla na EČV - cena určená MV SR pri zápise
hradí klient
@endif @if ( $model->client_discount > 0 )
{{ $showImportFeeRow ? '7' : '2' }}
zľava:
{{ $emptyColumnPlaceholder }}
- {{ number_format( $model->client_discount, 2, ',', ' ' ) . ' €' }}
@endif
Ponuka predĺženej záruky:
12 mesiacov: spoluúčasť 0 €: {{ number_format( $ewo->m12_p0, 2, ',', ' ' ) }} € spoluúčasť 200 €: {{ number_format( $ewo->m12_p200, 2, ',', ' ' ) }} €
24 mesiacov: spoluúčasť 0 €: {{ number_format( $ewo->m24_p0, 2, ',', ' ' ) }} € spoluúčasť 200 €: {{ number_format( $ewo->m24_p200, 2, ',', ' ' ) }} €
36 mesiacov: spoluúčasť 0 €: {{ number_format( $ewo->m36_p0, 2, ',', ' ' ) }} € spoluúčasť 200 €: {{ number_format( $ewo->m36_p200, 2, ',', ' ' ) }} €
@if ( $model->extended_warranty_offer_note )
{{ $model->extended_warranty_offer_note }}
@endif
   
 
cena celkom
{{ number_format( $finalPriceWithVat, 2, ',', ' ' ) }} €
Garantujeme najnižšie ceny!
Cenová ponuka je platná do {{ Carbon\Carbon::now()->addDays( 7 )->locale( 'sk_SK' )->translatedFormat('j. F. Y') }}
0911 397 990
{{ config( 'car.company.default_email' ) }}
www.mk-auto.sk
{{ $model->company?->name ?? config( 'car.company.name' ) }}
Prevádzka / Adresa na doručovanie: {{ config( 'car.company.name') }} {{ config( 'car.company.operating_address.street') }} {{ config( 'car.company.operating_address.zip' ) }} {{ config( 'car.company.operating_address.city' )}}
Sídlo / Fakturačná adresa: {{ config( 'car.company.name') }} {{ config( 'car.company.registered_office.street' ) }} {{ config( 'car.company.registered_office.zip' ) }} {{ config( 'car.company.registered_office.city' ) }} IČO: {{ config( 'car.company.business_id') }} DIČ: {{ config( 'car.company.tax_number') }} @if ( config( 'car.company.vat_number') ) IČ DPH: {{ config( 'car.company.vat_number') }} @endif