@extends('admin.layouts.master') @section('title', __('cabbooking::static.surge_prices.add')) @section('content')
@method('POST') @csrf @include('cabbooking::admin.surge-price.fields')
@endsection