{{-- Footer --}} @php $companyName = site_setting('company_legal_name') ?? 'Contypark Finance Corporation Limited'; $address = site_setting('contact_address') ?? 'D-4, Westend Marg Saidulajab Extension, Saket, New Delhi, Delhi, India - 110030'; $phoneDisplay = site_setting('contact_phone') ?? '+91-9697949098'; $phoneTel = preg_replace('/\D+/', '', $phoneDisplay); $emailAddress = site_setting('contact_email') ?? 'help@kreditbharat.com'; @endphp {{-- Back to Top --}}