@extends('admin.layout.master') @section('custom_style') @endsection @section('content')
@include('flash-message')
Agent Rate Allocation
{{ Form::model($agent_rate , ['route'=>['frontdesk.agent_rates.update',$agent_rate->id],'method' => 'PUT', 'class'=>'form-horizontal','id'=>'myform']) }} @include('frontdesk.agent-rate.form',['buttonText'=>'Update']) {{ Form::close() }}
@endsection @section('script') @endsection