Quotation
Delivery Date: | {{ $quotation->delivery_date }} | Delivery Time: | {{ $quotation->delivery_time }} | Delivery Address: | {{ $quotation->delivery_address }} |
---|
Activity Code | Activity | Image | Unit | Quantity |
---|---|---|---|---|
{{ $material->activityOfMaterial->item_code }} | {{ $material->activity }} | @if(\Storage::disk('public')->has('quotations/'.$material->photo)) @else @endif | {{ $material->unit }} | {{ $material->quantity }} |
Note: | {{ $quotation->notes }} |
---|
Quotation Reply
Activity Code | Activity | Image | Unit | Quantity | Rate | Total | |
---|---|---|---|---|---|---|---|
{{ $material->activityOfMaterial->item_code }} |
@if($errors->has('materials.*.activity'))
{{ $errors->first('materials.*.activity') }}
@endif
|
|
@if($errors->has('materials.*.unit'))
{{ $errors->first('materials.*.unit') }}
@endif
|
@if($errors->has('materials.*.quantity'))
{{ $errors->first('materials.*.quantity') }}
@endif
|
@if($errors->has('materials.*.rate'))
{{ $errors->first('materials.*.rate') }}
@endif
|
@if($errors->has('materials.*.total'))
{{ $errors->first('materials.*.total') }}
@endif
|
|
Carriage costs |
@if($errors->has('carriage_costs'))
{{ $errors->first('carriage_costs') }}
@endif
|
||||||
C of C |
@if($errors->has('c_of_c'))
{{ $errors->first('c_of_c') }}
@endif
|
||||||
Other costs |
@if($errors->has('other_costs'))
{{ $errors->first('other_costs') }}
@endif
|
||||||
Total Value |
@if($errors->has('grand_total'))
{{ $errors->first('grand_total') }}
@endif
|
Conversation
No conversations yet!
@endif