@extends('admin.layout.master') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach

Dashboard

Last Updated : {{ date('n/d/Y g:i A',strtotime($lastupdatedate->update_at)) }}
@foreach ($WidgetData as $w) @if($w == 1)

$0

0%

0
0%

Last 60 Minutes

More info
@endif @if($w == 2)

$0

0%

0
0%

Last 24 Hours

More info
@endif @if($w == 3)

$0

0%

0
0%

Today Vs Last Week

More info
@endif @if($w == 4)

$0

0%

0
0%

Today Vs Last Year

More info
@endif @if($w == 5)

0($0)

New

More info
@endif @if($w == 6)

0($0)

Pending

More info
@endif @if($w == 7)

0($0)

Unequal

More info
@endif @if($w == 8)

0($0)

CMT New

More info
@endif @if($w == 9)

0

Missing

More info
@endif @if($w == 10)

0

Broken

More info
@endif @endforeach
{{--
--}} {{--
--}}
{{-- --}} @endsection