@extends('layouts.admin.admin_layout') @section('title', trans('applang.dashboard')) @section('vendor-css') @endsection @section('page-css') @endsection @section('content')

{{trans('applang.welcome') . ' ' . $current_user}}

{{trans('applang.sales_invoices_statistics')}} ({{$thisYear}})
{{trans('applang.sales_payment_status_statistics')}}
@endsection @section('page-vendor-js') @endsection @section('page-js') @endsection