@php $theme_path = getThemeMainConfigPath('smart_receipt'); $campaign_name = config('smart_receipt.campaign.name'); $client_color = config($theme_path . '.bg_color'); $domain = config('app.url'); $account_updated_at = strtotime($account['updated_at']); $user_uid = ''; @endphp {{ $title ?? config('app.name') }} {{-- @todo allow admin to edit the js and css thru admin dashboard, and domain specfic script--}} {{-- --}} @yield('style') @stack('style')
{{ __('label.loading') }}...
{{ __('label.loading') }}...
@yield('content')
@component('components.utility.loading', ['is_hidden' => true]) @endcomponent
@yield('script') @stack('script') @php $labels = [ 'smart_receipt' => [ 'labelRejectedGridDescription', ], 'label' => [ 'msg_fill_required_fields', 'msg_invalid_postcode', ], ]; $new_labels = []; foreach ($labels as $group => $each) { foreach ($each as $text) { $new_labels[$text] = __($group . '.' . $text); } } $labels = $new_labels; unset($new_labels); @endphp