@extends('layouts.master') @section('title') {{ __('Payment Settings') }} @endsection {{--THIS VIEW IS COMMON FOR BOTH THE SUPER ADMIN & SCHOOL ADMIN--}} @section('content')
@csrf {{-- Currency Settings --}}

{{ __('Currency Settings') }}

{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{-- End Currency Settings --}}

{{ __('Stripe') }}

{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@if (Auth::user()->school_id)
@else
@endif

{{ __('Razorpay') }}

@if (Auth::user()->school_id)
@else
@endif
@endsection @section('js') @endsection