@extends('layouts.master-vnext') @section('page-title') Manage bookings @endsection @section('content')
| Name | Date | #Nights | Active? | |
|---|---|---|---|---|
| {{ $booking->contact->lastName }}, {{ $booking->contact->firstName }} | @date($booking->check_in_at, 'Y-m-d') - @date($booking->check_out_at, 'Y-m-d') | {{ $booking->number_of_nights }} | @if($booking->is_active) @else @endif | edit |