@extends('layouts.app') @section('title', 'Kelola Template Pesan - INUFA') @section('header', 'Kelola Template Pesan') @section('content')

Tambah Template Baru

@csrf

Daftar Template

@foreach($templates as $template)
@csrf @method('PUT')
@csrf @method('DELETE')
@endforeach
@endsection