@extends("admin.template.layout") @section('content')
{{$mode ?? $page_heading}}
@csrf() @if($id) @endif
@if($image) @endif
Event QR Code
{!! QrCode::size(200)->generate(route('events.edit',$id)); !!}
@stop @section('script') @stop