@extends('admin/institute-management/institute-profile/index',['withoutCard' => true]) @section('main-content-tab')

Waiver & Scholarship

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success'))

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

×
@endif
{{-- --}} @foreach($waiver as $key => $value) {{-- {{ dd($ProductStocks) }} --}} {{-- --}} @endforeach {{-- --}}
Title Title (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