@php $generalSetting = App\Models\GeneralSetting::first(); $logoPath = public_path('admin/Image/AppSettings/Logo/' . $generalSetting->system_logo); $logoData = base64_encode(file_get_contents($logoPath)); $logoSrc = 'data:image/' . pathinfo($logoPath, PATHINFO_EXTENSION) . ';base64,' . $logoData; @endphp
# | {{ translate('Country') }} | {{ translate('City') }} | {{ translate('Sum') }} |
---|---|---|---|
{{ $a }} | {{ $country }} | {{ $city }} | {{formatCurrency($totalSum, $currency) }} |