@extends('layouts.app') @section('content')
SMS Blast
@if ($sms_blast->count()) @foreach ($sms_blast as $sms) @endforeach @else @endif
Type
Status
Action
{{ ucwords(str_replace('_',' ',$sms->type)) }}
@if($sms->status) Start @else Stop @endif
@if ($sms->status)
@else
@endif
No record
@endsection @section('js') @endsection