@extends('layouts/default') @section('title0') {{ trans('general.requestable_items') }} @stop {{-- Page title --}} @section('title') @yield('title0') @parent @stop {{-- Page content --}} @section('content')
@php ($totalCount = array_sum($counts)) @php ($firstVisible = collect(['assets', 'models', 'accessories', 'consumables', 'components', 'licenses'])->first(fn ($k) => ($counts[$k] ?? 0) > 0)) @if ($totalCount < 1)
{{ trans('general.no_requestable') }}
@else @endif
@stop @section('moar_scripts') @include ('partials.bootstrap-table', [ 'exportFile' => 'requested-export', 'search' => true, 'clientSearch' => true, ]) @stop