@extends('layouts.app') @section('content') @if( $currentUser->hasRole('Admin') )

Reports

{{-- tab content --}}

Earnings


Month Username Cumulative Earned Monthly Earned Yearly Earned
{{ csrf_field() }}

Providers


# Username Earnings No. of Words Edited No. of Jobs Approval Date
{{ csrf_field() }}

{{--

--}}

Document Transactions


File Name Category Word Count Service Created At Provider Client Total Provider Earnings Pay Type Coupon
{{ csrf_field() }}

Plagiarism Results

Copyscape Balance: $
File Name No. of Results Word Count Cost Provider Created By Created At Options
{{--

Credit Transactions


ID Created At User ID Amount Pay Type Status Message
{{ csrf_field() }}
--}}
@include('partials.modals.plagiarism_modal') @endsection @push('footer_js') {{-- earnings table --}} {{-- providersTable --}} {{-- doc_transactions table --}} {{-- plagiarism table --}} {{-- cred_transactions table --}} {{-- --}} @endpush @else
@if( $currentUser->hasRole('Editor') ) @endif
@endsection @endif