@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ ___('common.Result Generator') }}

{{___("settings.Cron Common Command For all")}} : {{___('settings.* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1')}}
{{___("settings.Examination Result Generate Cron Command")}} : {{___('settings.0 */6 * * * cd /path-to-your-project && php artisan exam:result-generate >> /dev/null 2>&1')}}
{{___("settings.Examination Result Generate Cron Manually")}} : {{___('common.Run')}}
@endsection