@extends('admin.layout.master') @section('custom_style') @endsection @section('content')
@include('flash-message')
Agent Rate Allocation
@csrf @method('PUT') @include('frontdesk.agent-rate.form',['buttonText'=>'Update'])
@endsection @section('script') @endsection