@extends('layouts/contentLayoutMaster') @section('title', 'DataTables') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')

Broadcast Pesan Peringatan Ke WhatsApp

Tambah @if ($check) @endif
@if (session()->get('success'))
{{ session()->get('success') }}
@endif @if (session()->get('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($check) @else @endif
# Perangkat Status Siaga Judul Pesan Grup Penerima Tanggal Broadcast Tanggal Kalkulasi Type Pengiriman
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection