@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.requested_assets')}} @stop {{-- Account page content --}} @section('content')
@foreach(\App\Models\CustomField::get() as $field) @if (($field->field_encrypted=='0') && ($field->show_in_requestable_list=='1')) @endif @endforeach
{{ trans('general.image') }} {{ trans('general.item_name') }} {{ trans('general.type') }} {{ trans('general.qty') }} {{ trans('admin/hardware/table.location') }} {{ trans('admin/hardware/form.expected_checkin') }} {{ trans('general.requested_date') }}{{ $field->name }}
@stop @section('moar_scripts') @include ('partials.bootstrap-table') @stop