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