@extends ('layouts.app') @section ('content')
{{ Form::select('name', array('0' => '-Loyalty Offers-', '1' => 'Offer 1', '2' => 'Offer 2'), null, array('class' => 'form-control')) }}
{{ Form::select('rating', array('0' => '-Average Rating-', '1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5'), null, array('class' => 'form-control')) }}

@for ($i=0; $i<10; $i++) @endfor
Username Mobile Email Rating  
USERNAME 073 123 4567 example@example.com 2/5
@include('modals.feedback_report') @include('modals.manage_star_rating_questions') @stop