@php $companyId = $companyId ?? Session::get('run_company'); $letterhead = \App\Helpers\CommonHelper::get_company_letterhead_detail($companyId); $current_date = date('Y-m-d'); $nameOfDay = date('l', strtotime($current_date)); @endphp