@extends('layouts/default')
@section('title0')
{{ trans('admin/hardware/general.requested') }}
{{ trans('general.assets') }}
@stop
{{-- Page title --}}
@section('title')
@yield('title0') @parent
@stop
{{-- Page content --}}
@section('content')
{{ trans('admin/hardware/general.requested') }}
{{-- Shared adjust-quantity modal, opened by the Adjust Quantity
button on each request row (see the replenish branch of
checkoutRequestActionsFormatter). Snipeit.js binds to
.adjust-quantity and hydrates the modal from the button's
data-* attrs. --}}
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table')
@stop