@extends('backend.layouts.app') @section('title', localize('dashboard')) @push('css') @endpush @section('content') @include('backend.layouts.common.message')
Welcome , {{ auth()->user() ? ucwords(auth()->user()->full_name) : '' }}
@include('backend.layouts.dashboard.today-sale') @include('backend.layouts.dashboard.total-sale') @include('backend.layouts.dashboard.stock-valuations') @include('backend.layouts.dashboard.invoice-due') @include('backend.layouts.dashboard.sales-return') @include('backend.layouts.dashboard.total-expense') @include('backend.layouts.dashboard.purchase-return') @include('backend.layouts.dashboard.purchase-due') @include('backend.layouts.dashboard.income-vs-expense') @include('backend.layouts.dashboard.bank-account') @include('backend.layouts.dashboard.counterWiseSale') @include('backend.layouts.dashboard.cashier-wise-sale')
@endsection @push('js') @endpush