@extends('frontend.includes.master') @section('style') @endsection @section('content')

{{ $data['title'] }}

@include('frontend.includes.employee_sidebar')
{{ _trans('common.Statistics') }} & {{ _trans('common.Analysis') }}
@foreach ($data['dashboardMenus']['today'] as $item)
sale

{{ $item['title'] }}

{{ $item['number'] }}

@endforeach

{{ _trans('common.Current month') }}

@foreach ($data['dashboardMenus']['current_month'] as $item)
sale

{{ $item['title'] }}

{{ $item['number'] }}

@endforeach
{{ _trans('common.Employee Activity') }}
@endsection @section('script') @endsection