@extends('admin.layouts.master') @section('title', 'Payment - Instructor') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('adminstaticword.PaytoInstructor') }} @endslot @slot('menu1') {{ __('Instructor') }} @endslot @slot('menu2') {{ __('adminstaticword.PaytoInstructor') }} @endslot @slot('menu3') {{ __('adminstaticword.PaytoInstructor') }} @endslot @slot('button') @endslot @endcomponent
@endsection