@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
Agent Rate Allocation
Agent Rate List
{{ Form::open(['route'=>['frontdesk.agent_rates.store'],'method'=>'post', 'class'=>'form-horizontal','id' => 'myform']) }} @include('frontdesk.agent-rate.form',['buttonText'=>'Save']) {{ Form::close() }}
@endsection @section('script') @endsection