@extends('layout.main') @section('content')

{{trans('file.Welcome')}} {{auth()->user()->username}}

{{__('Today is')}} {{now()->englishDayOfWeek}} {{now()->format(env('Date_Format'))}}

{{trans('file.Payment')}} --- {{__('Last 6 Months ')}}

{{__('Employee Department')}}

{{__('Employee Designation')}}

{{__('Expense Vs Deposit')}}

{{__('Project Status')}}

@include('calendarable.calendar')
@endsection @push('scripts') @endpush