@extends('layouts.admin') @section('title', 'إدارة المواقف — دمشق باركينغ') @section('page-title', 'إدارة المواقف') @section('styles') @endsection @section('content') {{-- ── Header ──────────────────────────────────────────────────────────────── --}}
{{ $parkingLots->total() }} موقف مسجّل في النظام
| الموقف | العنوان | السعة | السعر / ساعة | ساعات العمل | الحالة | نشط حالياً | إجراءات |
|---|---|---|---|---|---|---|---|
|
@if($lot->image)
{{ $lot->name }}
{{ number_format($lot->latitude, 5) }}, {{ number_format($lot->longitude, 5) }}
|
{{ Str::limit($lot->address, 40) }} | {{ $lot->total_capacity }} | {{ number_format($lot->price_per_hour, 0) }} ر.س | {{ $lot->working_hours }} | @if($lot->is_active) نشط @else معطل @endif | {{ $lot->active_bookings_count ?? 0 }} |
|
|
لا توجد مواقف بعد ابدأ بإضافة أول موقف سيارات |
|||||||