@extends('backend.layouts.app') @section('content')

{{ translate('Quiz Reward Schedule') }}

@php $rewardTypes = ['weekly', 'monthly', 'quarterly', 'yearly', 'special_day']; @endphp @foreach($rewardTypes as $type)

@csrf
{{-- @if($type === 'special_day')
@endif --}}
{{-- Will be dynamically filled --}}
@endforeach
@include('backend.modals.delete') @endsection @section('script') @endsection