@extends('layouts.master') @section('title', __('user_portal.payouts')) @section('content_title', __('user_portal.payouts')) @section('main_content')
@php $userType = getUserType(auth()->user()->id); @endphp @if ($userType == 'Student') @elseif ($userType == 'Teacher' || $userType == 'Employee') @endif
{{ __('accounting.invoice_no') }} {{ __('accounting.invoice_date') }} {{ __('accounting.total_amount') }}{{ __('accounting.total_discount') }}{{ __('accounting.total_bonus') }}{{ __('accounting.total_paid') }} {{ __('core.status') }} {{ __('core.action') }}
@endsection @push('script') @endpush