@stack('styles') @php $regularFontPath = public_path('admin/fonts/NotoSansDevanagari-Regular.ttf'); $boldFontPath = public_path('admin/fonts/NotoSansDevanagari-Bold.ttf'); $regularFontBase64 = base64_encode(file_get_contents($regularFontPath)); $boldFontBase64 = base64_encode(file_get_contents($boldFontPath)); @endphp