@extends('front.practitioner.import.template.import') @section('css') @endsection @section('content')
@if($bulksms && count($bulksms) > 0)
{{-- --}} @foreach($bulksms as $val) @if($val->send_type == 'schedule') @else @endif {{-- --}} {{-- --}} {{-- --}} @endforeach
Scheduled date Created date Campaign name Campaign type Status Total audience Total sentTotal delivered Total link clicks
{{isset($val->converted_send_date)? $val->converted_send_date: '-' }}{{isset($val->created_at)? date('d/m/Y', strtotime($val->created_at)): '-' }}{{isset($val->created_at)? date('d/m/Y', strtotime($val->created_at)): '-' }} {{$val->campaign_name}} {{ isset($val->campaign_type) ? ($val->campaign_type === 'general' ? 'General communication' : ucfirst($val->campaign_type)) : '-' }} Email{{$val->send_date?ucfirst($val->send_type):'Draft'}} @if(empty($val->send_type)) Draft @elseif($val->send_type == 'now') Sent @elseif($val->send_type == 'schedule') Scheduled @endif {{$val->client_count}} {{$val->log_count}}- -
@else

Reach your clients instantly with SMS and Email broadcasts

In today's fast-paced world, communication is key to staying connected with your clients. With our SMS and Email Broadcast feature, you can effortlessly send targeted messages to multiple clients at once, ensuring they receive important updates or promotions in real time. Click create campaign to get started.

@endif @endsection @section('modals')
@endsection @section('import-scripts') @endsection