@extends('report.report_layout') @section('title', $page_title) @section('show_date', true) @section('report_table')
{{ trans('report.index') }} {{ trans('report.order_no') }} {{ trans('report.date') }} {{ trans('report.time') }} {{ trans('report.subtotal') }} {{ trans('report.discount_total') }} {{ trans('report.service_charge') }} {{ trans('report.vat_total') }} {{ trans('report.total') }} {{ trans('report.channel') }} {{ trans('report.detail') }} {{ trans('report.receipt') }} {{ trans('report.receipt_full') }}
@endsection @section('script_report_custom') @endsection