@extends('page') @section('content')

Label Preview 2

@if($order_product_details->products->product_code !='')
{{$order_product_details->products->product_code}}
@endif @if($order_product_details->products->product_name !='')
|
{{$order_product_details->products->product_name}}
@endif @if($order_product_details->products->brand_name !='')
|
{{$order_product_details->products->brand_name}}
|
@endif @if($order_product_details->products->model_number !='')
{{$order_product_details->products->model_number}}
@endif @if($order_product_details->products->category)
|
{{$order_product_details->products->category->category}}
@endif
{{$order_product_details->products->description}}
{!! Form::open(array('route' => ['orders.label_print_preview2', [$order_product_details->id]],'method'=>'POST', 'id' => 'batch_form')) !!}
@error('paper_size')
{{ $message }}
@enderror
{!! Form::close() !!}
@include('components.dashboard.vertical')
@endsection