@extends('layouts.master') @section('content')
@php $phoneNumbersStr = implode(',',$phone_numbers) @endphp


@if(count($phone_numbers)==0)
No orders found in these dates
@endif

Send Bulk SMS





@endsection @section('last_scripts') @endsection