@extends('layouts.master') @section('title', 'Quotation | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.quotation')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content'){{ $receivable_type_title }}
type == 1) href="{{ route('sett.patient.show', $quotation->receivable->id) }}" @else @if ($quotation->receivable_type === 'App\Models\Invoice\Debtor') href="{{ route('sett.debtorcat.show', $quotation->receivable->id) }}" @else href=" {{ route('sett.invo_debtor_doctor', $quotation->receivable->id) }}" @endif @endif > {{ $receivable_type_name }}{{ __('basic.id') }} {{ $quotation->receivable->id }}
{{ $quotation->code }}
{{ $quotation->new_id }}
{{ $quotation->branch->name }} @if ($quotation->worker) | {{ $quotation->worker->name }} @endif
{{ date('d M Y', strtotime($quotation->created_at)) }}
@if($quotation->due_date) {{ date('d M Y', strtotime($quotation->due_date)) }}
@else {{ __('basic.no due date') }} @endif{{ $quotation->creator->full_name }}
| {{ __('basic.item') }} | {{ __('basic.description') }} | {{ __('basic.unit price') }} | {{ __('basic.quantity') }} | {{ __('basic.tax') }} | {{ __('basic.final price') }} |
|---|---|---|---|---|---|
| {{ $item->categorizable->name }} | {{ $item->description }} |
{{ $item->price }}
{{ $quotation->currency->code }}
|
{{ $item->qty }} |
{{ $item->tax }}
{{ $quotation->currency->code }}
|
{{ $item->final_price }}
{{ $quotation->currency->code }}
|
{{ $quotation->final_price }} {{ $quotation->currency->code }}