@extends('fronted.layout.main') @section('adcontent') @php use Illuminate\Support\Facades\DB; use Carbon\Carbon; $currentMonth = Carbon::now()->format('m'); $currentYear = Carbon::now()->format('Y'); $currentMonthDate = Carbon::now(); @endphp @if(session()->has('Electicity')) @endif