@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf @if ($errors->any())
@endif @if (Session::has('success'))

{{ Session::get('success') }}

×
@endif

Update Waiver & Scholarship

{{-- --}}
@if($errors->has('actual_tuition_fees')) {{ $errors->first('actual_tuition_fees') }} @endif
{{-- --}} {{-- --}} @foreach($waivers as $key => $value) {{-- {{ dd($ProductStocks) }} --}} {{-- --}} @endforeach --}}
Type Subject (BN) Waiver(%)Actual tuition feesPayable tuition feesAction
%
% {{--
Suggested image ratio: 1230 x 293 | max-size: 2 MB @if($errors->has('banner')) {{ $errors->first('banner') }} @endif
Suggested image ratio: 284 x 292 | max-size: 500 KB @if($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{----}} //validate form @endsection