PLACED BY : @if($company->id == 1 && $order->print_status == 1 && $order->companyCreator) {{$order->companyCreator->name}} @else {{$order->creator->name}} @endif
VERIFIER : @if($company->id == 1 && $order->print_status == 1 && $order->companyVerifier) {{$order->companyVerifier->name}} @else {{$order->userVerifier->name }} @endif
APPROVER : @if($company->id == 1 && $order->print_status == 1 && $order->companyApprover) {{$order->companyApprover->name}} @else {{$order->approver->name }} @endif
ORDER DATE :{{date('d-m-Y', strtotime($order->date))}}
# | Product Details | Label Count | |
---|---|---|---|
{{$x}} |
@if($details->products->product_code !='')
{{$details->products->product_code}}
@endif
@if($details->products->product_name !='')
|
{{$details->products->product_name}}
@endif
@if($details->products->brand_name !='')
|
{{$details->products->brand_name}}
|
@endif
@if($details->products->model_number !='')
{{$details->products->model_number}}
@endif
@if($details->products->category)
|
{{$details->products->category->category}}
@endif
{{$details->products->description}}
|
{{$details->label_count}} |
@if($order->order_note != ''){{$order->order_note}} @else -- @endif
@if($order->verifier_note != ''){{$order->verifier_note}} @else -- @endif