@extends('admin.layout.master') @section('css') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Rate Allocation
@include('frontdesk.room-rate.form',['buttonText'=>'Save'])
@endsection @section('js') @endsection