{{ $acIssue->company->company_name ?? '' }}

{{ $acIssue->company->company_address ?? '' }}
{{ $acIssue->company->area->area_name ?? '' }}, {{ $acIssue->company->city->city_name ?? '' }}, {{ $acIssue->company->state->state_name ?? '' }}, {{ $acIssue->company->country->country_name ?? '' }}, {{ $acIssue->company->company_pincode ?? '' }}
GST No: {{ $acIssue->company->company_gstin ?? '' }}, Email: {{ $acIssue->company->company_email ?? '' }}
Phone No: {{ $acIssue->company->company_phone_no_1 ?? '' }}, {{ $acIssue->company->company_phone_no_2 ?? '' }}

To,

{{ $acIssue->customer->customer_name ?? '' }}

{{ $acIssue->customer_address->customer_address ?? '' }}, {{ $acIssue->customer_address->area->area_name ?? '' }}, {{ $acIssue->customer_address->city->city_name ?? '' }}, {{ $acIssue->customer_address->state->state_name ?? '' }}, {{ $acIssue->customer_address->cusomer_pincode ?? '' }}, {{ $acIssue->customer_address->country->country_name ?? '' }}
@if ($acIssue->customer->customer_phone_no_1) Phone No: {{ $acIssue->customer_address->customer_address_phone_no ?? $acIssue->customer->customer_phone_no_1 }}
@endif @if ($acIssue->customer->customer_gstin) GST No: {{ $acIssue->customer->customer_gstin ?? '' }} @endif

Request No {{ $acIssue->acRequest->ac_request_prefix }}/{{ $acIssue->acRequest->ac_request_financial_year }}/{{ $acIssue->acRequest->ac_request_number }}
Issue No {{ $acIssue->ac_issue_prefix }}/{{ $acIssue->ac_issue_financial_year }}/{{ $acIssue->ac_issue_number }}
Issue Date {{ \Carbon\Carbon::parse($acIssue->ac_issue_date)->format('d/m/Y') ?? '' }}
Technician Name {{ $acIssue->employee->employee_first_name ?? ''}} {{ $acIssue->employee->employee_last_name ?? ''}}
Vehicle No {{ $acIssue->ac_issue_vehicle_no ?? ''}}
Delivery Challan for (Retrunable) Goods
E-WAY BILL NOT REQUIRED AS PER LAWS
@foreach ($categoriesWithSortOrder as $category) @foreach ($category['items'] as $index => $item) @endforeach @endforeach
# Item Name Brand Model No Size Description Serial No Qty UOM
{{ $category['category_name'] }}
{{ $index + 1 }} {{ $item->products->product_name ?? '' }} {{ $item->products->product_brands->product_brand_name?? '' }} {{ $item->products->product_model_no ?? '' }} {{ $item->products->product_size ?? '' }} {{ $item->ac_issue_item_description ?? '' }} @if ($item->productStocks->count() > 0) @foreach ($item->productStocks as $stock) {{ $stock->serial_no }},
@endforeach @else No serial numbers available @endif
{{ $item->ac_issue_qty }} {{ $item->products->product_unit_measurement ?? '' }}