@extends('layouts.AdminMaster') @section('content')
| # | Store | |
|---|---|---|
| 1 | {{--{{$store->name}} | --}}{!! Form::open(['url'=>'admin/store/Discount/items/store', 'method'=>'GET', ]) !!} {{-- {!! Form::open('url' => ['admin/store/Discount/items/store'], 'method'=>'GET') !!} --}} {{-- {{$store->name}} --}} {!! Form::close() !!} |