@extends('layouts.app') @section('content')
Equipment | capacity | Year Of Manufacture | Number Of Partitions | Number Of Floors | QTY | Unit Price (AED) | Total Unit Price (AED) |
---|---|---|---|---|---|---|---|
{{$service_equip->name}} | {{$service_equip->pivot->capacity}} | {{$service_equip->pivot->yearOfManufacture}} | {{$service_equip->pivot->numberOfPartitions}} | {{$service_equip->pivot->numberOfFloors}} | {{$service_equip->pivot->qty}} | pivot->qty}} service_equipment_pivot_id={{$service_equip->pivot->id}} class="eq_cost" type="number" min=0 value={{$service_equip->pivot->cost}}> | pivot->id}} class="eq_total" type="number" value={{$service_equip->pivot->total}} disabled> |
Total Price (AED): |
# | Branch | Client LPO Number | Payment Terms | Collected after #Days | Notes | File | Start Date | End Date | Status | Lpo Type | Created At |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $lpo->id }} | {{ $lpo->branch->zone->emirate->name }} {{ $lpo->branch->zone->name }} {{ $lpo->branch->location }} | @php if($lpo->type == 0){ echo ("NA"); }else{ echo($lpo->client_lpo_number); } @endphp | {{ $lpo->paymentmethods->name }} | {{ $lpo->pay_days}} | {{ $lpo->notes }} | @php $company_name = $lpo->branch->company->name; $filename = $lpo->filename; $href = '/storage/docs/companies/'.$company_name.'/proposals/lpos/'.$filename; @endphp View File | {{ $lpo->start_date }} | {{ $lpo->end_date }} | {{ $status }} | @php if($lpo->type == 0){ echo('Quotation'); }elseif($lpo->type == 1){ echo('One Time LPO'); }else{ echo('Open LPO'); } @endphp | {{ $lpo->created_at }} |