@extends('backEnd.master') @section('title') @lang('student.sms_sending_time') @endsection @push('css') @endpush @section('mainContent') @lang('student.sms_sending_time') @lang('common.dashboard') @lang('student.student_information') @lang('student.sms_sending_time') Cron Command Cron Jobs Command × artisan absent_notification:sms Example: {{ 'cd ' . base_path() . '/ && php artisan absent_notification:sms >> /dev/null 2>&1' }} @if (isset($editData)) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'absent_time_setup_update', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }} @else {{ Form::open([ 'class' => 'form-horizontal', 'files' => true, 'route' => 'absent_time_setup', 'method' => 'POST', 'enctype' => 'multipart/form-data', ]) }} @endif @if (isset($editData)) @lang('student.edit_time_setup') @else @lang('student.add_time_setup') @endif @lang('student.start_time') * @if ($errors->has('start_time')) {{ $errors->first('start_time') }} @endif {{-- @lang('student.end_time') @if ($errors->has('end_time')) {{ $errors->first('end_time') }} @endif --}} @lang('student.status') * active_status == 1 ? 'selected' : '') : '' }}> @lang('common.active') active_status == 0 ? 'selected' : '') : '' }}> @lang('common.pending') @if ($errors->has('active_status')) {{ $errors->first('active_status') }} @endif @if (isset($editData)) @lang('student.update_time_setup') @else @lang('student.save_time_setup') @endif {{ Form::close() }} @lang('student.time_setup_list') @lang('student.time') {{-- @lang('student.end_time') --}} @lang('common.status') @lang('common.action') @foreach ($setups as $item) {{ @$item->time_from }} {{-- {{@$item->time_to}} --}} @if ($item->active_status == 1) @lang('common.active') @else @lang('common.pending') @endif @lang('common.edit') @lang('common.delete') @lang('student.delete_time_setup') × @lang('common.are_you_sure_to_delete') @lang('common.cancel') @lang('common.delete') @endforeach @endsection @include('backEnd.partials.date_picker_css_js') @include('backEnd.partials.data_table_js')
artisan absent_notification:sms
{{ 'cd ' . base_path() . '/ && php artisan absent_notification:sms >> /dev/null 2>&1' }}