@extends('layouts.app') @section('content')
{{ csrf_field() }}
{{-- --}}
{{-- --}}
@foreach ($transactions as $transaction) @endforeach @if (count($transactions) > 0) @endif
File Name Category Num of Words Service Submit Date Editor Client Total Editor Earnings Payment Type Coupon Code
{{ document()->getDocumentName($transaction->doc_name) }} {{ $transaction->categories }} {{ $transaction->no_of_words }} {{ $transaction->service_type }} {{ $transaction->start_date }} {{ $transaction->editor_username }} {{ $transaction->client_username }} {{ money_format('%.2n', $transaction->total) }} {{ money_format('%.2n', $transaction->editor_earnings) }} {{ $transaction->gateway }} {{ $transaction->coupon_code }}
            Total {{ money_format('%.2n', $total_transactions) }} {{ money_format('%.2n', $total_editors) }}    
@stop @push('footer_js') @endpush