@extends('layouts.template') @section('content')

Add Trip Lifecycle for Booking Id : {{$data->booking_id}}

@php $raw = $data->stay_date; // The double-encoded JSON string $firstDecode = json_decode($raw, true); // returns a JSON string $dates = json_decode($firstDecode, true); // returns the actual PHP array @endphp
@csrf
    @for($i=0;$i
    Day {{$i+1}}

    {{$dates[$i]}}

    @endfor
  • 2 image files and 2 videos uploaded

    updated at 12:45 pm

  • D

    Dane Wiza

    added reacton in # product websitepost

    09.00AM

    Need a feature

    Hello everyone, question on email marketing. What are some tips/tricks to avoid going to promotion spam/ junk for automated marketing emails going to promotion spam/ junk for automated marketing emails

    #🙂❤ 10Reactions #✨ 12Replies
  • B

    Betty Mante

    Request joined#reaserchteamgroups

    4 days ago

  • P

    Pinkie

    uploaded 2attachment#reaserchteam

    4 days ago

@for($i=0;$i
@endfor
@endsection