@extends('layouts.master') @section('page-title') {{ $bookingType->name }} @endsection @section('breadcrumb')
@endsection @section('content')| @sortablelink('room', 'Room') | Name | @sortablelink('check_in_at', 'Check in', false, 'numeric') | @sortablelink('check_out_at', 'Check out', true, 'numeric') | @sortablelink('salesTotal', 'Sales', false, 'numeric') | @sortablelink('paymentsTotal', 'Payments', false, 'numeric') | Open |
|---|---|---|---|---|---|---|
| {{ $account->room->name }} | $account->id]) }}"> {{ $account->contact->firstName }} {{ $account->contact->lastName }} | @date($account->check_in_at) | @date($account->check_out_at) | @currency($account->salesTotal) {{ $currency->symbol }} | @currency($account->paymentsTotal) {{ $currency->symbol }} | @currency($account->salesTotal - $account->paymentsTotal) {{ $currency->symbol }} |