@extends('layouts.master') @section('title', 'Manajemen Respon Pesan') @section('style-plugins') @endsection @section('style-custom') @endsection @section('header', 'Manajemen Respon Pesan') @section('content')

Keywords

@foreach (App\Models\Keyword::where('isaktif','1')->orderBy('keyword','asc')->get() as $keyword)
@endforeach

Respon Pesan

{{-- --}}
@method('patch') @csrf
@endsection @section('script-plugins') @endsection @section('script-custom') @endsection