@extends('layouts.app')
@section('title', 'Dashboard')
@section('pages')
{{--
👋 Welcome to {{Auth::user()->name}}
--}}
{{--
Total Enquiry
{{$enquiryCount}}
Total Product
{{$productCount}}
{{--
Total Category
{{$categoryCount}}
--}}
@endsection
@section('js')
{{-- @if($financial_years < 1)
--}}
{{-- @endif --}}
@endsection