@extends('admin.layout.master') @section('css') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Rate Allocation
{{ Form::open(['route'=>['tour.list'],'method'=>'post', 'class'=>'form-horizontal','enctype'=>'multipart/form-data']) }} @include('frontdesk.room-rate.form',['buttonText'=>'Save']) {{ Form::close() }}
@endsection @section('js') @endsection