@extends('admin.layouts.master') @section('title', 'Payment Settings - Instructor') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Setup payment informations') }}
{{ csrf_field() }} {{ method_field('POST') }}
@if($isetting['paypal_enable'] == 1)
@if($isetting['paytm_enable'] == 1) @endif
@if($isetting['bank_enable'] == 1) @endif
@endsection @section('script') @endsection