Trip Informations
Date of Departure | {{ \Carbon\Carbon::create($item->departure_date)->format('F n, Y') }} |
---|---|
Duration | {{ $item->duration }} |
Type | {{ $item->type }} |
Price | {{ 'Rp. ' .number_format($item->price, 0, ',', '.') }} |
Date of Departure | {{ \Carbon\Carbon::create($item->departure_date)->format('F n, Y') }} |
---|---|
Duration | {{ $item->duration }} |
Type | {{ $item->type }} |
Price | {{ 'Rp. ' .number_format($item->price, 0, ',', '.') }} |