@if (env('APP_ENV')=='comming_soon' || !empty($_GET['comming_soon'])) @include('layouts.comming_soon') @else @include('layouts.prod') @endif