@extends('layouts.app') @section('title') {{ __('messages.bed.new_bulk_bed') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('layouts.errors')
{{ Form::open(['route' => 'store.bulk.beds', 'id' => 'bulkBedsForm']) }} @include('beds.bulk_beds_fields') {{ Form::close() }}
@include('beds.templates.templates')
@endsection @section('scripts') @endsection