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