@extends("admin.template.layout") @section("header") @stop @section("content")
@if(check_permission('room','Create'))
Create Aspect of room
@endif
@foreach($datamain as $country) @endforeach
# Name Status Created Date Action
{{$i}} {{$country->name}} @if($country->status) Active @else Inactive @endif {{web_date_in_timezone($country->created_at,'d-M-Y h:i A')}}
@stop @section("script") @stop