@extends('layouts.app') @section('title', __('home.home')) @section('content')

{{ __('home.welcome_message', ['name' => Session::get('user.first_name')]) }}

@lang('home.today_sales')

120,000.00

@lang('home.today_orders')

85,000.00

@lang('home.items_in_stock')

5000.00

@lang('home.total_dues')

250,000.00

@lang('home.sales')

10 30 45 50 70 75 100 120 0 50 100 150 200 250 300 350 400 data1 data2
@lang('home.medicine_sales')
  • @lang('home.prescribed')
    8952
  • @lang('home.non-prescribed')
    7458
  • @lang('home.other')
    3254

@lang('home.pending_orders')

10

@lang('home.opd')

47

@lang('home.ipd')

@lang('home.top_selling_products')Top 10 Selling Products

  • Panadol 154
  • Flagyl 154
  • Risek 254
  • Amygra 854
  • Nospa Forte 215
@stop @section('javascript') @endsection