@extends('layouts.app') @section('title', isset($ratePlan) ? 'Edit Rate Plan' : 'Add Rate Plan') @section('content')

{{ isset($ratePlan) ? 'Edit Rate Plan' : 'Add Rate Plan' }}

@csrf

{{--
--}} {{--
--}}



Cancel
@stop @section('footer') @stop