@extends('admin.layout.master') @section('content')

Scheduled Task Edit

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach

Edit Scheduled Task

@csrf
Type email and press Enter to add multiple emails.
only_send_email == 1) checked @endif class="custom-control-input" id="only_send_email" value="1">
is_send_download_link == 1) checked @endif class="custom-control-input" id="is_send_download_link" value="1">
status == 1) checked @endif class="custom-control-input" id="status" value="1">
@endsection