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