@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Cron Jobs']) @endsection @section('content')

{{ __('Make Expired Membership') }} {{ __('Once/day') }}

curl -s {{ url('/cron/make-expire-order') }}

{{ __('Membership Will Expiration Alert') }} {{ __('Once/day') }}

curl -s {{ url('/cron/make-alert-before-expire-plan') }}

{{ __('Reset Offer Product Price') }} {{ __('Once/day') }}

curl -s {{ url('/cron/reset_product_price') }}

{{ __('Send Mail with Queue') }}

{{ __('Note') }}: {{ __('You Need Add This Command In Your Supervisor And Also Make QUEUE_MAIL On From System Settings To Mail Configuration.') }}
{{ __('Command Path') }}: {{ base_path() }}

{{ __('php artisan queue:work') }}

{{ __('Customize Cron Jobs') }}

@csrf

{{ __('Note:') }} {{ __('It Will Send Notification Everyday Within The Selected Days') }}
@endsection @push('js') @endpush