@extends('layouts.app') @section('content') @section('css') @endsection
@foreach(\App\MenuCategories::where('status',1)->get() as $row) @endforeach
X   Items Qty Price
@if(isset($settings->tax) && $settings->tax != '') @endif
Total Items 0
Subtotal 0
Tax ({{isset($settings->tax)?$settings->tax:0}}%)
Total Payable
@if(isset($settings->tax) && $settings->tax != '' && $settings->tax != 0) @php $tax_is_applied = 1; @endphp @else @php $tax_is_applied = 0; @endphp @endif @section('js') @endsection @endsection