@extends('admin.layout.master') @php $title = 'Order Print'; @endphp @section('title', $title) @section('content')
{{ $title }}
@include('inventory.global.report_print_excel_button')
@isset ($req['pos']) @endisset @include('frontdesk.restaurant.order.print_body')
@endsection