@extends('layouts.admin') @section('content')

{{ __('Monthly Pay Commission To Instructor') }}

@csrf
{{ get_currency_symbol() }}

{{ __('History For Each Month') }}

{{-- @include('admin.earning.partial.render-earning-histories') --}}
@endsection @push('style') @endpush @push('script') @endpush