@extends('admin.master') @section('title') {{ 'Edit Custom Your QR' }} @endsection @section('qr-form')

@if ($qr->qr_type == '1') Generate Your Dynamic QR Code @else Generate Your Static QR Code @endif

@csrf {{--
@if (!isset($readOnly))

Customizing your QR code can cause your QR code to stop working. Verify your QR code works before distributing.

@endif
--}}
{{-- --}}
{{-- --}}

{{-- --}} {{-- --}} {{-- --}}

{{-- --}}
{{-- --}}
Remove logo

Image Viewer
@if (!isset($readOnly))
@endif
@endsection @section('script') @endsection