@extends('welcome') @section('title','Canceled Booking') @section('content-header','Canceled Booking requests for your coworking space, Contact them to know more about them') @section('content-breadcrumb')
User | Phone | From | To | Cost | Capacity | Booking Time | Status | |
---|---|---|---|---|---|---|---|---|
@if($request->bookingOwner)
{{ucfirst($request->bookingOwner->name)}}
|
@if($request->user_phone) {{$request->user_phone}} @else Not Exist @endif | {{$request->from}} | {{$request->to}} | {{$request->cost}} | {{$request->capacity}} | {{$request->created_at->format('d M Y H:i')}} | {{$request->status}} | @if($request->user_id) Send Email @endif Delete |
{{$request->assetType->type}}{{$request->assetType->created_at}}Price: {{$request->assetType->price}} {{$request->assetType->currency}}Price Period: {{$request->assetType->pricePeriodType}}Capacity: {{$request->assetType->capacity}} Members{{htmlspecialchars(trim($request->assetType->description))}}
@if($request->assetType->image)
@endif
|