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