{{ $panel }} List

{{-- {{__('common.active_button')}}  {{__('common.in_active_button')}}--}}  {{__('common.delete_button')}}   Add Beds
{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
{!! Form::open(['route' => 'hostel.bed.bulk-beds', 'id' => 'bulk_action_form']) !!}
@if (isset($data['beds']) && $data['beds']->count() > 0) @php($i=1) @foreach($data['beds'] as $bed) @php($i++) @endforeach @else @endif
Room - Bed No. {{ __('common.status')}}
{{ "Bed Number - ".$bed->bed_number }}
{{ ViewHelper::getBedStatusById($bed->bed_status) }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}