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