@extends('admin.layouts.master') @section('title', 'Payout Setting - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Instructors Payout Settings') }}
{{ csrf_field() }} {{ method_field('POST') }}
%
%



@endsection