@extends('layouts.approver') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')

  Registered Equipment Report

@if($asset_data) @foreach($asset_data as $title => $count) @endforeach @endif
assetname current count allocated transfered
{{ @$title }} @if(count($count['data']) > 0) @foreach($count['data'] as $id_no) {{ $id_no.", "}} @endforeach @endif {{ @$count['total'] }} {{ @$count['unallocated'] }}
@endsection