Company Name | {{$all->name}} |
---|---|
Industry | @foreach($ary_industry as $key=>$indus) @if($key == $all->industry) {{$indus}} @endif @endforeach |
Mobile | {{$all->mob1}}, {{$all->mob2}} |
{{$all->email1}}, {{$all->email2}} | |
Website | {{$all->web}} |
Address | {{$all->address}} |
Remarks | {{$all->remarks}} |
Name | Designation | Mobile | Action | |
---|---|---|---|---|
{{$cp->name}} | {{$cp->designation}} |
{{$cp->mob1}} {{$cp->mob2}} |
{{$cp->email1}} {{$cp->email2}} |
@if($cp->system_user==0) address?$all->address:'N/A'; $web1=$all->web?$all->web:'N/A'; ?> {{-- Add As User --}} Add As User @else {{ "N/A" }} @endif |
Name | Designation | Mobile | Action | |
---|---|---|---|---|
{{$manager->name}} | {{$manager->designation}} | {{$manager->mob}} | {{$manager->email}} | Change Manager |
Company Name | Service | Date | Amount | Status |
---|---|---|---|---|
{{$row->company->name}} |
@foreach($row->items as $item)
{{ $item->service?$item->service->name:'' }} @endforeach |
{{ date('d-m-Y',strtotime($row->invoice_date)) }} | items?$row->items->sum('payable_amount'):0;; $total1=$row->items?$row->items->sum('payable_amount'):0; $total2=$row->items?$row->items->sum('payable_amount'):0; $total_vat=($total1*$row->vat)/100; $total_tax=($total2*$row->tax)/100; $payable=$total+$total_vat+$total_tax;; $paid=$row->items?$row->items->sum('paid_amount'):0; $due=$payable-$paid; ?> {{ $payable }} | @if($row->status==0) Due @elseif($row->status==1) Paid @endif |
Invoice Not Found!
@endifName Of Service | Deployment Unit | Start Date | Contact Info | Upload |
---|---|---|---|---|
{{ $service->services?$service->services->name:'--' }} | {{ $service->deployment_unit_details }} | {{ date('d M, Y',strtotime($service->start_date)) }} |
Name : {{ $service->contact_person }} Phone : {{ $service->contact_number }} |
|
No Service Found !! |