@foreach ($purchases as $index => $purchase) @endforeach
{{ __('words.report_purchase') }}
{{ __('words.period', ['number' => '']) }} {{ $purchases->first()['createdAt'] }} - {{ $purchases->last()['createdAt'] }}
# {{ __('words.date') }} {{ __('words.quantity') }} {{ __('words.status') }} {{ __('words.total_price') }}
{{ ++$index }} {{ $purchase['createdAt'] }} {{ $purchase['qty'] }} {{ $purchase['status'] }} {{ $purchase['price'] }}
{{ __('words.total') }}