@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif {{-- end breadcrumb --}} {{-- table --}}
@foreach ($blasts as $blast) @endforeach
Receiver Status Last Updated
{{ $blast->receiver }} @if ($blast->status == 'success') Sent @elseif ($blast->status == 'pending') Pending @else {{ $blast->status }} @endif {{ $blast->updated_at }}
{{-- end table --}}