@extends('user.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('user.partials.rtl-style') @section('content')
@csrf
{{ __('Update Certificate Settings') }}
{{ __('Back') }}
certificate_status == 1) class="dis-block" @else class="dis-none" @endif>

{{ __('Students must view 90% of a video to complete a video.') }}

{{ __('Minimum quiz score needed to complete quiz of a lesson') }}

{{ __('Shortcodes') }}

{{ __('Code') }} {{ __('Meaning') }}
{name} {{ __('Student Name') }}
{duration} {{ __('Course Duration') }}
{title} {{ __('Course Title') }}
{date} {{ __('Course Completion Date') }}

{{ __('You can use these short codes to show dynamic data in certificate text') . '.' }}

@endsection @section('scripts') @endsection