@extends('layouts.app') @section('title') {{ __('messages.bed.bed_details') }} @endsection @section('css') @endsection @section('content')
@include('flash::message')
@include('beds.show_fields')
@include('beds.edit_modal')
@endsection @section('page_scripts') @endsection @section('scripts') @endsection