@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = __('heading.title_create_sms_blast'); @endphp @csrf {{----}} {{--Details--}} {{----}} Select the groups of users * @foreach($blast_groups as $key => $value) {{ $value }} @endforeach {{----}} {{--The groups of the user is defined by the system--}} {{----}} @if ($errors->has('blast_groups')) {{ $errors->first('blast_groups') }} @endif Date Range* Users who downloaded the voucher with the date. @if ($errors->has('daterange')) {{ $errors->first('daterange') }} @endif Select the status Unuse Voucher Burnt Voucher Burnt Voucherin POS Predefined data set do no need the status @if ($errors->has('blast_group_status')) {{ $errors->first('blast_group_status') }} @endif Blast name * @if ($errors->has('title')) {{ $errors->first('title') }} @endif SMS Template * @foreach($sms_variables as $key => $variable) {{$variable}} @endforeach @if ($errors->has('content')) {{ $errors->first('content') }} @endif Date to sent* @if ($errors->has('schedule_datetime')) {{ $errors->first('schedule_datetime') }} @endif @endsection