@extends('../layout/form-home-layout') @section('form-name', 'Room Category ') @section('form-area')
{{-- back end eken hadala ewanna --}}
@if (isset($room_catogory_withid))
@endif
@csrf
Drop files here or click to upload.
@csrf {{--
Drop files here or click to upload.
This is just a demo dropzone. Selected files are not actually uploaded.
--}} {{--
Upload a file
--}}
Catagory Name
Area
Max residence
Default residence
Max adults
Max children
@endsection @section('table-area')
@if (count($room_catogory) > 0) @php $index_count = 0; @endphp @foreach ($room_catogory as $room_catogory) @php $index_count = $index_count + 1; @endphp @endforeach @endif
# Name Residence Action
{{ $room_catogory->room_categories_id }}
{{ $room_catogory->room_categories_name }}
{{ $room_catogory->max_recident }}
@if ($room_catogory->status == '1')
@else
@endif @if ($room_catogory->room_categories_id != 0)
{{--
--}} @endif
@endsection @section('script-area') @if (isset($room_catogory_withid)) @endif @if (!isset($room_catogory_withid)) @endif @endsection