@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Tekliflerim' => '/root/offers', 'Teklif Detayı' => '/root/offer/show/' . $offer->id, ], ]) !!} @endsection @section('content')
{{ $offer->headOffice->tax_admin }}
{{ $offer->headOffice->office_tax_no }}
Hizmet / Ürün | @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 {{--Vergi | --}}
---|---|---|---|---|
@if (in_array('hourly', $working_types)) |
|
@endif
@if (in_array('daily', $working_types))
|
@endif
@if (in_array('monthly', $working_types))
|
@endif
{{--
KDV
| --}}
Onay Bekliyor
@elseif ($offer->status == 0)Reddedildi
@elseOnaylandı
@endif