@extends('layouts.master') @section('title') شاشة قائمة الحجوزات @endsection @section('css') @endsection @section('page-header')
@endsection @section('content')# | البرنامج | إسم المستخدم | إجمالي مبلغ الحجز | موعد الحجز | الحالة | التعليقات |
---|---|---|---|---|---|---|
{{ $reservation->id }} | {{ @$reservation->Program->ar_program_name }} | {{ @$reservation->Customer->name }} | {{ $reservation->total_price }} | {{ $reservation->date_of_reservation }} | @if ($reservation->status == 1) مفعل @else غير مفعل @endif |
|