@extends('admin.layout.master') @section('title','Non VAT Bill') @section('content')

{{__('obs.non_vat_bill')}}

@if(!$info) @endif {{-- @if(!$info) @endif --}} @php $first_checkin_detail = $info ? $info->get_checkin_info->first() : null; $room_qty = $first_checkin_detail ? $first_checkin_detail->room_qty : 0; $night = $first_checkin_detail ? $first_checkin_detail->qty : 0; $rate = $first_checkin_detail ? $first_checkin_detail->rent/$room_qty : 0; @endphp
@if($info) {{ $info->checkin_code }} @else
@endif
@if($info) {{ $info->checkin_code }} @else
@endif

@include('frontdesk.common.common') @endsection @section('script') @endsection