@extends('admin.layout') @section('content') {{ !empty($product->name) ? $product->name : '' }} Dashboard Course List Add Price Add Price Price List @csrf Select Mode* Select Mode Online Google Drive Pendrive 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) | Note: enter '0' for free* @if ($errors->has('price')) {{ $errors->first('price') }} @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 Submit @endsection @push('footer-script') @endpush