@extends('report.report_layout') @section('title', $page_title) @section('report_table')
{{ trans('report.index') }} {{ trans('report.name') }} {{ trans('report.qty') }} {{ trans('report.price') }} {{ trans('report.subtotal') }} {{ trans('report.discount_total') }} {{ trans('report.vat_total') }} {{ trans('report.total') }}
ส่วนลดค่าอาหาร {{ $calculate['food_discount_text'] }}
ส่วนลดค่าเครื่องดื่ม {{ $calculate['drink_discount_text'] }}
ส่วนลดท้ายบิล {{ $calculate['bill_discount_text'] }}
รวมส่วนลด {{ $calculate['discount_total_text'] }}
Subtotal {{ $calculate['subtotal_text'] }}
Total {{ $calculate['total_text'] }}
@endsection