@extends('layouts.app') @section('title', 'ambil Hampers') @section('content')
@csrf {{-- --}}
{{-- {{ asset('qrcode-scanner/qr-scanner.umd.min.js') }} --}} {{-- --}} @if (session('success'))
Success: {{ session('success') }}
@endif @if ($errors->any())
Fail: {{ $errors->first() }}
@endif {{-- --}} {{-- --}}
@endsection