@if(config("lucent.env") == "production")
@else @php echo ''; @endphp @endif
@include("lucent::includes.header")
@include("lucent::sidebar.sidebar")
@yield('content')