芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/admin/dashboard.blade.php
@extends('admin.master_layout') @section('title')
{{__('admin.Dashboard')}}
@endsection @section('admin-content')
{{__('admin.Dashboard')}}
{{__('admin.Today Order')}}
{{ $today_order->qty }}
{{__('admin.Today Income')}}
{{ $currency }}{{ $today_order->amount }}
{{__('admin.This Month Order')}}
{{ $this_month_order->qty }}
{{__('admin.This Month Income')}}
{{ $currency }}{{ $this_month_order->amount }}
{{__('admin.This Year Order')}}
{{ $this_year_order->qty }}
{{__('admin.This Year Income')}}
{{ $currency }}{{ $this_year_order->amount }}
{{__('admin.Total Order')}}
{{ $total_order->qty }}
{{__('admin.Total Income')}}
{{ $currency }}{{ $total_order->amount }}
{{__('admin.Active Property')}}
{{ $active_property }}
{{__('admin.Inactive Property')}}
{{ $inactive_property }}
{{__('admin.Total Agent')}}
{{ $total_agent }}
{{__('admin.Total Subscriber')}}
{{ $total_subscriber }}
@endsection