{{ __('messages.bed_type.bed_type_details')}}

{{ Form::label('title', __('messages.bed.bed_type').(':'), ['class' => 'fw-bold text-muted py-3']) }} {{$bedType->title}}
{{ Form::label('description', __('messages.bed_type.description').(':'), ['class' => 'fw-bold text-muted py-3']) }} {!! !empty($bedType->description)?nl2br(e($bedType->description)):'N/A' !!}
{{ Form::label('created on', __('messages.common.created_on').(':'), ['class' => 'fw-bold text-muted py-3']) }} {{ $bedType->created_at->diffForHumans() }}
{{ Form::label('updated on', __('messages.common.updated_at').(':'), ['class' => 'fw-bold text-muted py-3']) }} {{ $bedType->updated_at->diffForHumans() }}

{{ __('messages.bed.beds') }}

@include('layouts.search-component') @foreach($beds as $bed) @endforeach