@csrf
{{--
--}}
{{__('Sender')}}
@foreach ($numbers as $number)
{{$number->body}}
@endforeach
{{--
--}}
{{--
{{__('Numbers')}}
@foreach ($contacts as $contact)
{{$contact->number}} ( {{$contact->name}} )
@endforeach
--}}
{{__('Tag Lists')}}
@foreach ($tags as $tag)
{{$tag->name}}
@endforeach
{{__('Delay')}}
{{__('Type')}}
{{__('Immediately')}}
{{__('Schedule')}}
{{__('Date Time')}}
{{--
{{__('Send to All numbers ( in contacts page )')}}
--}} {{--
{{__('Send by tag')}}
--}}
{{__('Button')}} 1
{{__('Button')}} 2
{{__('Footer Message')}}
{{__('Message')}}
{{__('This is your message,, use {name} to get a name.')}}
{{__('Start Blast')}}