@extends('layouts.default_layout') @section('stylesheet') @endsection @section('content') @if(count($coupons) > 0) Offers @endif @foreach($coupons as $coupon) GET {{ $coupon->discount }}% Apply this coupon code while checkout {{ $coupon->code }} Till : {{ date('d M Y', strtotime($coupon->expire_date)) }} @endforeach Packages @foreach($packages as $package) {{ $package->name }} {{ (isset($package->selling_price)) ? 'TK '.$package->price : "" }} {{ (isset($package->selling_price)) ? 'TK '.$package->selling_price : 'TK '.$package->price }} {{ $package->description }} Add to cart View Details @endforeach {!! $packages->links() !!} {{--Payment--}} × Quantity: - + Total Price: @endsection @section('script') @endsection
{{ $package->description }}