@extends('layouts.app') @section('title') All SMS @endsection @section('description') All SMS is here. @endsection @section('breadcrumb')
  • All SMS
  • @endsection @section('content')
    @if (session('message'))
    {{ session('message') }}
    @endif
    @forelse ($users as $index => $user) @empty @endforelse
    # User Name Phone Number SMS Alert
    {{ $index+1 }} {{ $user->name }} {{ $user->phone_number }} get_notif=='yes' ) checked @endif >
    No data.

    Update Notification Message

    @if($message!==null) @else @endif
    @endsection