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

Tahapan

{{-- Tambah --}}
@foreach (App\Models\Intal\Tahapan::where('status','ACTIVE')->orderBy('tahapan_id','asc')->get() as $tahapan)
@endforeach @php $selesai = App\Models\TemplatePesan::where('layanan','wna')->where('tahapan_id','-1')->first(); @endphp

Pesan

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