@include("new_design.common.gtag_head") @include("new_design.common.gtag_body") @include('new_design.top-menu') @include('new_design.mid-menu') @include('new_design.cart_sidebar') @include('new_design.nav_menu')
{{$detail->serviceType->service_type_name}}
@if($detail->product_type)

Product Category: {{$detail->product_type}}

@endif @if($detail->brand)

Product Brand: {{$detail->brand}}

@endif

Problem Details: {{$detail->details}}

@if($detail->address)

Address: {{$detail->address}}

@endif @if($detail->service_type_id== 7)
@php($i = 1) @foreach($detail->ryans as $ryan) @endforeach
# Type Brand ID Product Bill No Bill Date
{{$i++}} {{$ryan->product_type}} {{$ryan->brand}} {{$ryan->product_sku}} {{$ryan->product_name}} {{$ryan->bill_no}} {{$ryan->bill_date}}
@endif
@include('new_design.footer')