@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = __('heading.title_create_sms_blast'); @endphp
@csrf
{{--
--}} {{--

Details

--}} {{--
--}}
{{----}} {{--The groups of the user is defined by the system--}} {{----}} @if ($errors->has('blast_groups')) {{ $errors->first('blast_groups') }} @endif
Users who downloaded the voucher with the date. @if ($errors->has('daterange')) {{ $errors->first('daterange') }} @endif
Predefined data set do no need the status @if ($errors->has('blast_group_status')) {{ $errors->first('blast_group_status') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@foreach($sms_variables as $key => $variable) {{$variable}} @endforeach
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
@if ($errors->has('schedule_datetime')) {{ $errors->first('schedule_datetime') }} @endif
@endsection