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