Server IP : 66.29.132.124 / Your IP : 18.226.187.224 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/themes/Mytravel/Tour/frontend/bookingHistory/ |
Upload File : |
<tr> <td class="booking-history-type"> @if($service = $booking->service) <i class="{{$service->getServiceIconFeatured()}}"></i> @endif <small>{{$booking->object_model}}</small> </td> <td> @if($service = $booking->service) @php $translation = $service->translateOrOrigin(app()->getLocale()); @endphp <a target="_blank" href="{{$service->getDetailUrl()}}"> {!! clean($translation->title) !!} </a> @else {{__("[Deleted]")}} @endif </td> <td class="a-hidden">{{display_date($booking->created_at)}}</td> <td class="a-hidden"> {{__("Check in")}} : {{display_date($booking->start_date)}} <br> {{__("Duration")}} : {{ $booking->getMeta("duration") ?? "1" }} {{__("hours")}} </td> <td>{{format_money($booking->total)}}</td> <td>{{format_money($booking->paid)}}</td> <td>{{format_money($booking->total - $booking->paid)}}</td> <td class="{{$booking->status}} a-hidden">{{$booking->statusName}}</td> <td width="2%"> @if($service = $booking->service) <a class="btn btn-xs btn-primary btn-info-booking" data-toggle="modal" data-target="#modal-booking-{{$booking->id}}"> <i class="fa fa-info-circle"></i>{{__("Details")}} </a> @include ($service->checkout_booking_detail_modal_file ?? '') @endif <a href="{{route('user.booking.invoice',['code'=>$booking->code])}}" class="btn btn-xs btn-primary btn-info-booking open-new-window mt-1" onclick="window.open(this.href); return false;"> <i class="fa fa-print"></i>{{__("Invoice")}} </a> </td> </tr>