@extends('layouts.app') @section('title', 'Bed Type') @section('pages') {{-- --}}
@include('layouts.partials.nav-menu')
@if(in_array('bed-type-create', $authRolePermissions)) @endif
@include('bed-type.table')
@endsection