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}} |
{{$order->order_note}}
{{$order->verifier_note}}
{{$order->approver_note}}
{{$order->company_order_note}}
{{$order->company_verifier_note}}
{{$order->company_approver_note}}
@if($order->print_status == 0 || request('print_type') == 0) Self Print @else @if($company->id != 1) @if($order->print_status == 1 || request('print_type') == 1) GetOrigin Print @endif @endif @endif
{{$order->$order->approver_note}}
{{$order->$order->verifier_note}}
{{$order->company_verifier_note?$order->company_verifier_note:''}}
@endif$order->company_approver_note,
@endif