@if (view()->shared('device') == 'mobile') @include('layout.mobile.responsible') @else @include('layout.desktop.responsible') @endif