@extends('layouts.app') @section('title', 'Home Page') @section('script') @parent @endsection @section('menu') @parent @endsection @section('header-title', 'My Vouchers') @section('content')
@for ($i = 0; $i < 10; $i++)
Buy 2 for the price ohe price ohe price of 1 {{$i}}
1 Sophia Road, Peace Center
Valid until 6/08/2019
USE
@endfor
@endsection