@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
@if ($errors->any())
@endif
Rate Allocation
{{ Form::model($room_rate , ['route'=>['frontdesk.room_rates.update',$room_rate->id],'method' => 'PUT', 'class'=>'form-horizontal','enctype'=>'multipart/form-data']) }} @include('frontdesk.room-rate.form',['buttonText'=>'Update']) {{ Form::close() }}
@endsection @section('js') @endsection