@extends('layouts.app')
@section('title', __('lang_v1.sell_packing'))
@section('content')
@component('components.widget', ['class' => 'box-primary'])
@if ($totalSellQuantityPacked != $totalSellQuantity)
@can('direct_sell.access')
@slot('tool')
@endslot
@endcan
@endif
@include('sell_packing.partials.sell_packing_list')
@endcomponent
@stop
@section('javascript')
@endsection