is_invoiced == 'yes')
class="bg-success"
data-toggle="tooltip"
data-target="top"
title="Invoiced"
@endif
>{{@$estimate->id}} |
{{@$estimate->estimate_title}}
--}}
{{-- View estimate Modal Starts --}}
{{--
|
|
|
|
|
|
|
@foreach(@$estimate->estimateProducts as $product)
{{@$product->id}} |
{{@$product->product_name}} |
{{@$estimate->currency->symbol}} {{@$product->product_price}} |
{{@$product->product_qty}} |
{{@$product->product_tax}} % |
{{@$estimate->currency->symbol}} {{@$product->product_amount}} |
{{@$product->created_at}} |
@endforeach
|
|
|
|
|
{{@$estimate->currency->symbol}} {{@$estimate->sub_total}} |
|
|
|
|
|
{{@$estimate->total_discount_percentage}}% |
{{@$estimate->currency->symbol}} {{@$estimate->discount_total}} |
{{@$estimate->discount_type}} |
|
|
|
|
|
{{@$estimate->currency->symbol}} {{@$estimate->adjustments}} |
|
|
|
{{@$estimate->currency->symbol}} {{@$estimate->total_amount}} |
|
--}}
{{-- View estimate Modal Ends --}}
{{-- |
{{@$estimate->due_date}} |
{{@$estimate->relation}}
{{@$estimate->contact->username}} | {{@$estimate->contact->email}}
|
{{@$estimate->estimate_date}} |
{{json_decode(@$estimate->status)->name}} |
{{@$estimate->currency->symbol}} {{@$estimate->total_amount}} |
{{@$estimate->user->name}} |
@can('update-contact', User::class)
@endcan
@can('delete-contact', User::class)
@endcan
|
@endforeach --}}