@extends('template.master') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')
@for($x=1;$x<=10;$x++) @for($y=1;$y<=3;$y++) @endfor @endfor
Subscription Price Name Start Date Trial End Next Payment Last Payment Option
Real Time Reviews $149 / mo John Doe {{$x}} {{date('Y/m/d')}} {{date('Y/m/d')}} In {{rand(2,15)}} days {{rand(16,29)}} days ago OPTIONS HERE
Subscription Price Start Date Trial End Next Payment Last Payment Option
@stop @section('page_modals') @stop @section('page_scripts') {{-- --}} @stop