@extends('front.layout.master') @section('title') {{trans('app.package')}} @endsection @section('css') @endsection @section('content')

Offers & Discount

Demo Image

Special Offers & Discount

Travel has helped us to understand the meaning of life and it has helped us become better people. Each time we travel, we see the world with new eyes.

@foreach($packages as $package)
@if($package->photo) Demo Image @endif
@for($i=0;$i<5;$i++) @if($package->rate > $i) @else @endif @endfor

{{$package->name}}

${{getPriceInCuracy($package->before_price)}}
  • ${{getPriceInCuracy($package->price)}}
Discount {{getPriceInCuracy($package->before_price) - getPriceInCuracy($package->price)}} $
@endforeach
@endsection @section('js') @endsection