@extends('layouts.reports') @section('title', "Pedidos em um Período") @section('report_title', "Pedidos em um Período") @section('report_subtitle', "Por Forma de Pagamento") @section('contente')

Período: {{ \App\Helpers\HlpDate::dateDbToBr($data_inicio) }} a {{ \App\Helpers\HlpDate::dateDbToBr($data_fim) }}

Forma de pagamento: {{ $payment ?? 'dinheiro, boleto, transferência, PIX, brinde' }}

@foreach($orders as $order)
@include('includes.client_table') @include('includes.products_table') @endforeach @endsection