@extends('layouts.app') @section('title', 'Pengaturan QRIS') @section('content')

Pengaturan QR Code & QRIS

Pengaturan QRIS
@if(session('success'))
{{ session('success') }}
@endif
@csrf
Format: JPG, PNG, GIF, SVG (Max 2MB)
@if($qris->image_path && file_exists(public_path('images/qris/' . $qris->image_path))) QRIS @else

Belum ada gambar QRIS

@endif
Generate QR Code Menu
Generate QR Code
QR Code Preview

QR Code akan muncul di sini

Cara Penggunaan
  1. Generate QR Code dengan URL menu
  2. Download atau Print QR Code
  3. Tempelkan QR Code di meja/restoran
  4. Customer scan QR untuk lihat menu
@push('scripts') @endpush @endsection