fix: use @section('styles') instead of @push so CSS actually renders

This commit is contained in:
Ghassan Yusuf 2026-04-15 12:23:17 +03:00
parent 3643fdb5d4
commit 89539f84ec

View File

@ -2,7 +2,7 @@
@section('title', 'لوحة المشغّل — دمشق باركينغ') @section('title', 'لوحة المشغّل — دمشق باركينغ')
@section('page-title', 'لوحة المشغّل') @section('page-title', 'لوحة المشغّل')
@push('styles') @section('styles')
<style> <style>
/* ── Portrait lot picker cards ───────────────────────────────────── */ /* ── Portrait lot picker cards ───────────────────────────────────── */
.lot-portrait-card { .lot-portrait-card {
@ -134,7 +134,7 @@
.fee-row:last-child { border-bottom:none; } .fee-row:last-child { border-bottom:none; }
.fee-total { display:flex; justify-content:space-between; padding:.625rem 0; border-top:2px solid #e2e8f0; font-weight:800; font-size:1.1rem; color:#0f172a; margin-top:.25rem; } .fee-total { display:flex; justify-content:space-between; padding:.625rem 0; border-top:2px solid #e2e8f0; font-weight:800; font-size:1.1rem; color:#0f172a; margin-top:.25rem; }
</style> </style>
@endpush @endsection
@section('content') @section('content')