@extends('merchant.layouts.base') @section('content')
绑定谷歌验证码
{!! QrCode::size(100)->generate($content); !!}
@endsection @section('add_js') @endsection