@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Tekliflerim' => '/customer/offers', 'Teklif Detay' => '/customer/offers/' . $offers->id, ], ]) !!} @endsection @section('content')
{{ $firm->firm_name }}
{{ $firm->firm_address }}
{{ $firm }}
--}}{{ $firm->firm_phone }}
VD: {{ $firm->tax_admin }}
{{ $firm->tax_no }}
TEKLİF
{{ $offers->headOffice->office_title }}
{{ $offers->headOffice->address }}
{{ $offers->headOffice->city }} / {{ $offers->headOffice->district }}
VD: {{ $offers->headOffice->tax_admin }}
{{ $offers->headOffice->office_tax_no }}
TEKLİF BİTİŞ TARİHİ
@php $offerDate = \Carbon\Carbon::parse($offers->end_date); $offerDate = $offerDate->isoFormat('D MMMM Y'); @endphp{{ $offerDate }}
TEKLİF AÇIKLAMASI
{{ $offers->offer_description }}
TEKLİF KOŞULLARI
{{ $offers->create_offer ? $offers->create_offer : 'Teklif koşulu belirtilmemiş' }}
Hizmet / Ürün |
@php
$working_types = json_decode($offers->headOffice->working_types, true) ?? [];
@endphp
@if (in_array('hourly', $working_types))
Saatlik Ücret |
@endif
@if (in_array('daily', $working_types))
Günlük Ücret |
@endif
@if (in_array('monthly', $working_types))
Aylık Ücret |
@endif
|
---|---|---|---|---|
{{ $product->product_name }} |
@if (in_array('hourly', $working_types))
{{ $product->cost_hourly }} |
@endif
@if (in_array('daily', $working_types))
{{ $product->cost_daily }} ₺ |
@endif
@if (in_array('monthly', $working_types))
{{ $product->cost_monthly }} |
@endif
{{--
% {{ $product->tax_rate }} | --}}