@extends('layouts.report') @section('header') @include('layouts.includes.report_header',[ 'title' => trans('sale_history.menu'), 'start_date' => $start_date, 'end_date' => $end_date ]) @endsection @section('table')
@include('reports.inc.sale_history_table') @endsection