@extends('layouts.app') @section('content')
@include('flash::message')

تفاصيل الشاليه {{$tblChalet->title}}



اسم الشاليه {{$tblChalet->title}}
الرمز الخاص {{$tblChalet->unique_code}}
الوصف {{$tblChalet->description}}
المساحة بالمتر {{$tblChalet->meter_distance}}
الحالة @if($tblChalet->state_id == 1) Active @elseif($tblChalet->state_id == 0) Inactive @endif
وقت الدخول {{$tblChalet->check_in_time}}
وقت الخروج {{$tblChalet->check_out_time}}
وقت الإضافة {{$tblChalet->created_on}}
تم إضافته من فِبل {{ $tblChalet->createdBy->full_name}} {{ $tblChalet->createdBy->contact_no}} - {{ $tblChalet->createdBy->country_code}}

@csrf @method('DELETE') إضافة صور +
@foreach($pictures as $picture)
{{ $picture->alt_text }} @if($picture->is_publish == 1) Published @elseif($picture->is_publish == 0) Unpublished @endif
@endforeach

@csrf @method('DELETE')
    @foreach($InternalFacilities as $internal)
  • {{$internal['name']}}
  • @endforeach
@csrf @method('DELETE')
    @foreach($ExternalFacilities as $external)
  • {{$external['name']}}
  • @endforeach

إضافة شرط للإقامة

@csrf

@csrf @method('DELETE')


    @foreach($ResidenceCondition as $condition)
  • {{ $condition['title'] }}
  • @endforeach
@endsection