@extends('admin.layouts.master') @section('title', 'Payment Settings - Instructor') @section('maincontent') @component('components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Payment Settings') }} @endslot @slot('menu1') {{ __('Payment Settings') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Setup payment informations') }}
{{ csrf_field() }} {{ method_field('POST') }}
@if($isetting['paytm_enable'] == 1) @endif
@endsection @section('script') @endsection