@extends('branch.layouts.index',["without_card" => true]) @section('content')

@lang('global.branch_daily_visits')

{{ $statistics['visits']['today'] }}

@lang('global.branch_monthly_visits')

{{ $statistics['visits']['month'] }}

@lang('global.total_income') (@lang('global.today'))

{{ $statistics['income']['today'] }}

@lang('global.total_income') (@lang('global.this_month'))

{{ $statistics['income']['month'] }}

@lang('global.total_orders') (@lang('global.today'))

{{ $statistics['orders']['today'] }}

@lang('global.total_orders') (@lang('global.this_month'))

{{ $statistics['orders']['month'] }}

@endsection