@extends('layouts.app') @section('titlePage', 'whatsapp_notification') @section('content') @include('common.delete_modal') @push('script') @endpush
Create
@include('common.alert')
@foreach($data as $item) @endforeach
Title Template Description Action
{{ $item->title }} {{ $item->template}} {{ $item->description }}
{{-- --}}
@csrf @method('DELETE')
{{-- Pagination --}}
@endsection