@extends('layouts.master') @section('title') {{ __('fees') }} {{__('configration')}} @endsection @section('content')
@csrf

{{__('payment_gateways')}}


{{__('razorpay')}}
{{__('stripe')}}

{{__('other_fees')}} {{__('configration')}}


{{__('eg_currency_code_inr')}}
{{__('eg_currency_symbol_₹')}}
@endsection