@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\TemplatePesan::where('layanan','wna')->orderBy('nama_tahapan','asc')->get() as $template)
@endforeach

Tambah Pesan

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