@extends('admin.layouts.master') @section('title', 'Payout Setting - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Instructors Payout Settings') }}
{{ csrf_field() }} {{ method_field('POST') }}
{{ __('Instructor Revenue in') }} %
%
{{ __('Admin Revenue in') }} %
%
{{ __('Paytm Enable') }}:
{{ __('PayPal Enable') }}:
{{ __('Bank Transfer Enable') }}:
{{ __('Reset')}}
{{ __('Save')}}
@endsection