@php $config = [ 'appName' => config('app.name'), 'locale' => ($locale = app()->getLocale()), 'locales' => config('app.locales'), 'githubAuth' => config('services.github.client_id'), ]; $appJs = mix('dist/js/app.js'); $appCss = mix('dist/css/app.css'); @endphp {{ config('app.name') }}
{{-- --}}