@extends('layouts.adminLayout.backendLayout') @section('content')

Dashboard

@if(Session::has('flash_message_error')) @endif
@foreach($getModules as $key => $module)

{!!$module['table_count']!!}

{{$module['name']}}
@if($module['table_name'] == 'orders') @if(isset($module['today_order'])) Today {!!$module['today_order']!!} @endif @endif
@endforeach

{!!$orders['today_order']!!}

Today Order

{!!$orders['weekly_order']!!}

Weekly Order

{!!$orders['monthly_order']!!}

Monthly Order
@endsection