@extends('layouts.master') @section('title') شاشة البرامج @endsection @section('css') @endsection @section('page-header') @endsection @section('content')
@if(in_array(3,Session('accessRoles')))   اضافة برنامج @endif
@foreach ($programs as $program) @endforeach
# اسم البرنامج النوع المدينة المدينة السياحية التقييمات الزوار سعر الحجز مده الدفع متاح من متاح الى الحالة عرض العمليات
{{ $program->id }} {{ $program->ar_program_name }} {{ @$program->type->ar_type }} {{ $program->town }} @if ($program->tourist_city_id != null) {{ @$program->TouristCity->ar_city }} @else لايوجد @endif {{ $program->rate }} {{ $program->visitors }} {{ $program->reservation_price }} {{ $program->payment_duration }} {{ $program->available_from }} {{ $program->available_to }} @if ($program->status == 1) مفعل @else غير مفعل @endif
@endsection @section('js') @endsection