@extends('layouts.app') @section('header')
@endsection @section('content') @foreach($bedcategorys as $bedcategory) @endforeach
Name Floor Description Action
{{ $bedcategory->name }} {{ \FormHelper::floorById($bedcategory->floor) }} {{ $bedcategory->description }} edit Delete
@endsection @section('scripts') @include('layouts.datatables', ['id' => 'dt-bedcategory']) @endsection