@extends('admin.layout') @section('content') {{ !empty($product->name) ? $product->name : '' }} Dashboard Course List View Price Edit Price Price List @csrf Select Mode Select Mode mode == 'online' ? 'selected' : '' }}>Online mode == 'google_drive' ? 'selected' : '' }}> Google Drive mode == 'pendrive' ? 'selected' : '' }}> Pendrive mode == 'offline' ? 'selected' : '' }}>Offline @if ($errors->has('mode')) {{ $errors->first('mode') }} @endif Duration (in days) @if ($errors->has('duration')) {{ $errors->first('duration') }} @endif Views * @if ($errors->has('views')) {{ $errors->first('views') }} @endif Price (in rupees) @if ($errors->has('price')) {{ $errors->first('price') }} @endif Sort Order @if ($errors->has('sort_order')) {{ $errors->first('sort_order') }} @endif Discount (%) | Note: enter '0' for no discount* @if ($errors->has('discount')) {{ $errors->first('discount') }} @endif Max Discount (in rupees)* @if ($errors->has('max_discount')) {{ $errors->first('max_discount') }} @endif @endsection @push('footer-script') @endpush