@extends('layouts.default_module')
@section('module_name')
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() !!}
--}}
|
Promo Code Title
|
Promo Code Percentage
|
Promo Code
|
Description
|
Promo Code Validity
|
Videos
|
Lectures
|
Option
|
{{-- admin/listofquiz --}}
@foreach ($courses as $key => $crs)
|
{{ $key + 1 }}
|
{!! strtoupper($crs->title) !!}
|
Notice: Undefined variable: crs in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/newpromocode/index.blade.php on line 105
Notice: Trying to get property of non-object in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/newpromocode/index.blade.php on line 105
Fatal error: Call to undefined function asset() in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/newpromocode/index.blade.php on line 106