@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
@endsection @section('script') @endsection