@extends('layouts.receipt') @section('title', "Recibo do Pedido $order->id") @section('report_title', 'RECIBO') @section('contente') @include('includes.client_table') @include('includes.products_table') @endsection