@extends('layouts.pdf') @section('title', 'Meja QR Code') @push('style') @endpush @section('main')
@foreach ($tables as $table)
RA KOPIRAN
PESAN DI SINI
Tanpa Antri, Tanpa Ribet
@if ($table->qr_code) @php $path = public_path('storage/' . $table->qr_code); $type = pathinfo($path, PATHINFO_EXTENSION); $data = file_get_contents($path); $base64 = 'data:image/' . $type . ';base64,' . base64_encode($data); @endphp QR Meja {{ $table->table_number }} @else

QR Code tidak tersedia

@endif
  1. Scan QR Code
  2. Pilih Menu & Bayar
  3. Pesanan Akan Diantar
Setelah Order,
Mohon Untuk Tidak Pindah Meja.
No. Meja {{ $table->table_number }}
@endforeach
@endsection