@extends('frontend.layouts.master') @section('pageTitle') @lang('site.menu_class') @endsection @section('pageBreadCrumb')

@lang('site.menu_class')

@endsection @section('pageContent')
@php $counter = 0; @endphp @foreach($profiles as $profile) @php ++$counter; if($counter>6) { $counter = 1; } @endphp
{{$profile->room_no}}

{{$profile->name}}

{{$profile->capacity}}
{{$profile->shift}}
{{$profile->short_description}}
@endforeach
@endsection