@extends('admin.layouts.app') @section('page_title', __('Custom Rate')) @section('content')

@lang("Custom Rates")

@lang('Service Id') @lang('Service Title') @lang('Original Price') @lang('Custom Price') @lang('Action')
@{{serve.service.id}} @{{serve.service.service_title}} @{{serve.service.price}} {{ basicControl()->base_currency }}
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush