@extends('layouts.AdminMaster') @section('content') @foreach($stores as $store) @endforeach
# Store Name Status
{{$x++}} {{$store->name}} {!! Form::open(['url' => ['admin/store/Discount/update'], 'method' => 'GET', 'id' => $x]) !!} {!! Form::close() !!}
@section('scripts') @endsection @endsection