@php use App\Services\CommonService as Common; $requestData = Request::all(); $dynamic_fy_start = DB::table('gnl_company_config') ->where([['form_id', 'ACC.1']]) ->pluck('form_value') ->first(); @endphp @if((isset($monthYear) && $monthYear) || (isset($month) && $month)) @endif