@foreach ($bookings as $booking) #{{$booking->id}} #{{$booking->stripe_payment_intent}} {{$booking->userDetails->first_name." ".$booking->userDetails->last_name}} {{-- Roof Box --}} {{ \Carbon\Carbon::parse($booking->created_at)->format('d.m.Y') }} {{$booking->payment_method}} {{$booking->total}} €
@endforeach