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