@extends('admin.layout.master')
@section('custom_style')
@endsection
@section('content')
@if(isset($booking_info->warehouse))
@include('frontdesk.bill_print.common_header', ['custom_store_info' => $booking_info->warehouse])
@else
@include('frontdesk.bill_print.common_header')
@endif
@include('frontdesk.bill_print.common_agent_info')
@include('frontdesk.bill_print.common_restaurant', ['tax_type' => $type == 1 ? $booking_info->restaurant_tax_type : $booking_info->laundry_tax_type])
@include('frontdesk.report.frontdesk_common_report_setup', ['noDivTableDataHolder'=>1, 'noExcel'=>1])
@endsection