@extends('layouts.main') @section('content')

BOXES

Packaging Near Me offers different types and sizes of boxes for various applications to package your goods securely. We offer a variety of boxes, including corrugated boxes, heavy-duty boxes, mailers, and more. You can find the following at our stores:

@php $get_product_img = DB::table('subcategories')->where('id',$get_product_detail->sub_category)->first()->image; @endphp *

{{$get_product_detail->name}}

SKU :{{$get_product_detail->vendor_stock_number}}
Right Mailers™ Fit Guide:
{{'$'.$get_product_detail->price}}
@csrf

DETAILS

{!! html_entity_decode($get_product_detail->detail) !!}
@endsection @section('js') @endsection