@extends('admin.master')
@section('title')
{{ 'Generate Your QR' }}
@endsection
@section('qr-form')
@if ($qrCodeType == '1')
Generate Your Dynamic QR Code
@else
Generate Your Static QR Code
@endif
Test
Test
@if ($qrCodeType == '1')
Note*: The dynamic QR code will first redirect to our domain before redirecting to the final destination website.
@else
Note*: The static QR code will directly redirect to the destination website..
@endif
@endsection
@section('script')
@endsection