@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 --}}

{{ __('Stripe') }}

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

{{ __('Razorpay') }}

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

{{ __('bank_transfer') }}

--}}
@endsection @section('js') @endsection