@extends('admin.layouts.master') @section('title', 'All Pending Payouts - Instructor') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Pending Payouts') }} @endslot @slot('menu1') {{ __('My Revenue') }} @endslot @slot('menu2') {{ __('Pending Payouts') }} @endslot @endcomponent
@endsection