@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

@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
@csrf {{-- --}}
Dynamic QR       Static QR
@error('title') {{ $message }} @enderror
@error('title') {{ $message }} @enderror
@error('url') {{ $message }} @enderror

@endsection @section('script') @endsection