@error('material_id') {{ $message }} @enderror
{{-- Quantity with default 1 --}}
@error('quantity') {{ $message }} @enderror
{{-- spacer --}}
{{-- Table with materials in Package the table has max height --}}
@isset($materialsInPackage) @foreach ($materialsInPackage as $material) @endforeach {{-- Fotter pagination --}}
Material Cantidad Acciones
{{ $material->name }} {{ $material->caliber != '' ? $material->caliber . "''" : '' }}{{ $material->caliber != '' && $material->shots != '' ? 'x' : '' }}{{ $material->shots != '' ? "$material->shots" : '' }} {{ $material->shape }} {{ $material->pivot->quantity }} {{-- icon trash --}}
{{ $materialsInPackage->links('vendor.pagination.bootstrap-4') }}
@endisset
@script @endscript