@extends('layouts.master') @section('css')
@endsection @section('title') تعديل البرنامج @stop @section('page-header')
برامج الرحلات
/ شاشة البرامج
/ تعديل البرنامج
@endsection @section('content')
@csrf @method('PATCH')
اسم البرنامج
program name
النوع
اختر النوع
@foreach ($types as $type) @if (@$program->type->id == $type->id)
{{ $type->ar_type }}
@else
{{ $type->ar_type }}
@endif @endforeach
الحالة
اختر الحالة
status == 1) selected @endif>مفعل
status == 0) selected @endif>غير مفعل
المدينة
المدينة السياحية
اختر المدينة
@foreach ($touristCities as $city)
TouristCity && @$program->TouristCity->id==$city->id){ selected } @endif >{{ $city->ar_city }}
@endforeach
الموقع
سعر الحجز
توقيت الدفع
متاح من
متاح الى
الصور
التفاصيل
{{ $program->ar_description }}
description
{{ $program->en_description }}
حفظ البيانات
@endsection @section('js') @endsection