@php $settings = app(\App\Settings\GeneralSettings::class); @endphp @if($settings->logo) {{ $settings->name }} @else {{ substr(config('app.name'), 0, 1) }} @endif

{{ __('kiosk.description') }}

@if($needsSetup)

{{ __('kiosk.select_branch') }}

@foreach($branches as $branch) @endforeach
@else

{{ __('kiosk.tap_to_start') }}

@endif
{{ __('kiosk.Fast') }}{{ __('kiosk.Fresh') }}{{ __('kiosk.Tasty') }}