@extends('layouts.app')
@section('title')
{{ __('messages.bed_type.bed_types') }}
@endsection
@section('css')
{{-- --}}
@endsection
@section('content')
@include('flash::message')
{{ Form::hidden('bedTypesCreateURL', route('bed-types.store'), ['id' => 'bedTypesCreateURL']) }}
{{ Form::hidden('bedTypeIndexUrl', url('bed-types'), ['id' => 'bedTypeIndexUrl']) }}
{{ Form::hidden('bedTypeLang', __('messages.delete.bed_type'), ['id' => 'bedTypeLang']) }}
@include('bed_types.modal')
@include('bed_types.edit_modal')
@include('partials.modal.templates.templates')
@endsection
{{--let bedTypesCreateUrl = "{{ route('bed-types.store') }}";--}}
{{--let bedTypesUrl = "{{ url('bed-types') }}";--}}
{{-- --}}
{{-- --}}