@extends('layouts.app') @section('title') Dashboard @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Assets

Info

Total {{$total_fixed_assets}}

Maintainance

Info

Total {{$total_fixed_asset_maintainces}}

Asset Types

Info

Total {{$total_fixed_asset_types}}

Recently Assigning Activity

@foreach( $fixed_asset_assignee as $list ) @endforeach
Name Assign Date Till
{{ \App\HrmEmployee::find($list->employee_id)->name }} {{ date('d-F-Y' , strtotime($list->assign_date)) }} {{ $list->till_date ? date('d-F-Y' , strtotime( $list->till_date)) : 'Curent Assigned' }}

Asset Usage

@stop @section('js') @stop