@if(count($requests) > 0)
Username | Image | Category | Location | Date | Created | |
---|---|---|---|---|---|---|
@if($type == "banner") {{ $booking->banner->user->username }} @else {{ $booking->button->user->username }} @endif |
@if($type == "banner")
|
{{ $booking->category->name }} | {{ $booking->country ? $booking->country->name : "All Countries" }} > {{ $booking->region ? $booking->region->name : "All Regions"}} | @if($type == "banner") {{ $booking->date_start }} to {{ $booking->date_end }} @else {{ $booking->created_at->format('Y-m-d') }} @endif | {{ $booking->created_at->diffForHumans() }} |
|
No {{ $type }}s for booking
@endif