@extends('layouts.master')
@section('title', 'Manajemen Respon Pesan')
@section('style-plugins')
@endsection
@section('style-custom')
@endsection
@section('header', 'Manajemen Respon Pesan')
@section('content')
@foreach (App\Models\TemplatePesan::where('layanan','wna')->orderBy('nama_tahapan','asc')->get() as $template)
{{ trim($template->nama_tahapan) }}
{{ $template->param }}
{{ $template->subject }}
@endforeach
@endsection
@section('script-plugins')
@endsection
@section('script-custom')
@endsection