{{-- Bootstrap (rápido y suficiente para dashboards internos) --}} @stack('styles') @php $color = "#7f8c8d"; if (config('app.env') == 'local') { $color = "#1e2a38"; } @endphp
@yield('content')
{{-- Bootstrap JS --}} @stack('scripts')