@extends('layouts.master-vnext') @section('page-title') {{ $booking->contact->firstName }} {{ $booking->contact->lastName }} - {{ $booking->room->name }} - @date($booking->check_out_at, "Y-m-d") @endsection @section('content')
Account closed
@endif| Date | SlipID | Product | Quantity | Unitprice | Total in PHP | Shift | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| @date($sale->booking_date) | {{ $sale->order_id }} | @else@endif | {{ $sale->product->name }} | {{ $sale->quantity > 1 ? $sale->quantity : "" }} | @if($sale->currency->id !== $defaultCurrency->id) F @endif @currency($sale->unit_price) | {{ $sale->currency->symbol }} | @currency($sale->total_in_default_currency) {{ $defaultCurrency->symbol }} | @if($sale->order_id) @endif | @if($sale->comments) @endif @if($booking->is_active) $booking->id, 'saleId' => $sale->id]) }}" class="btn btn-xs btn-default btn-flat"> edit @role('admin') @endrole @endif |