@if (file_exists(public_path($path = 'app/langs/'.config('app.locale').'.js'))) @if (file_exists(resource_path($path = 'lang/overrides/'.config('app.locale').'/locale.js'))) @endif @else @if (file_exists(resource_path($path = 'lang/overrides/'.config('app.fallback_locale').'/locale.js'))) @endif @endif {{-- Content added by plugins dynamically --}} {!! bs_footer_extra() !!}