@extends('admin.layout.master')
@section('custom_style')
@endsection
@section('content')
@include('frontdesk.bill_print.common_header')
@include('frontdesk.other_hotel.room_purchase.print_body', ['info'=>$info])
@include('frontdesk.report.frontdesk_common_report_setup', ['noDivTableDataHolder'=>1, 'noExcel'=>1])
@endsection