2018-09-22 06:53:40 -04:00
|
|
|
@if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings')
|
2021-05-03 18:59:52 -04:00
|
|
|
<!-- Custom user content -->
|
|
|
|
{!! setting('app-custom-head') !!}
|
|
|
|
<!-- End custom user content -->
|
2018-09-22 06:53:40 -04:00
|
|
|
@endif
|