@extends('layouts.default_module')
@section('module_name')
List of Promo Code
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['promocode.create'], 'files' => true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table-properties')
width="400px" style="table-layout:fixed;"
{{-- @endsection --}}
@section('table')
{{-- {!! Form::open(['method' => 'get', 'route' => ['courses.search'], 'files' => true]) !!}
@include('admin.courses.partial.searchfilters')
{!! Form::close() !!} --}}
|
S. No.
|
Title
|
Percentage
|
Code
|
Validity
|
Used Times
|
Option
|
{{-- admin/listofquiz --}}
@foreach ($promocode as $key => $p)
Notice: Undefined variable: p in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/promocode/index.blade.php on line 84
Notice: Trying to get property of non-object in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/promocode/index.blade.php on line 84
|
{{ $key + 1 }}
|
{!! $p->title !!}
|
{!! $p->percentage !!}
|
{!! $p->code !!}
|
{!! $nw_date!!}
|
{!! $p->used_times !!}
|
{{--
| --}}
|
@endforeach
@section('pagination')
@endsection
@stop