@extends("layout") @section("content")

Licenses & Other Softwares



@foreach($software as $value) @endforeach
# Software / License Subscription Date Expiry Date Status
{{$row}} {{$value->model}} {{$value->installation_date}} {{$value->expiry_date}} Valid

Hardware Summary by category



@foreach($hardware as $value) @endforeach
# Category # Total Available # Total Damaged
{{$row}} {{$value->category}} {{$value->category_count}} 0

Networking Equipment



@foreach($network as $value) @endforeach
# Type / Name Total Available Total Usable Total Damaged
{{$row}} {{$value->description}} {{$value->category_count}} {{$value->category_count}} {{$value->category_count}}

Expired Licenses & Other Softwares


Expired License & Software
# Software / License Description Subscription Date Expiry Date # of Days since License expiry Status

Hardware Due for Maintenace


# Asset Description Location Responsible Person / User Last Maintenance Date Date due for maintenance
{{ Form::label('asset_type', 'Device Type:', array('class'=>'col-sm-12')) }} {{ Form::select('asset_type',$category_list, Input::old('asset_type'), array('class' => 'form-control col-sm-6')) }} {{ Form::text('fro', Input::old('fro'), array('class' => 'form-control input-sm standard-datepicker standard-datepicker-nofuture')) }} {{ Form::text('to', Input::old('to'), array('class' => 'form-control input-sm standard-datepicker standard-datepicker-nofuture')) }}
Full Info
@foreach($items as $item) @endforeach
# ASSET TYPE Item Description Serial Numbers Model Supplied By Location / Dept Responsible Person Actions
{{$row}} {{$item->category}} {{$item->description}} {{$item->serial_number}} {{$item->model}} {{$item->supplier}} {{$item->department_assigned}} {{$item->user_assigned}} Full Info
@stop