@if (!empty($getRecord()->uuid)) {!! QrCode::size(200)->format('svg')->generate(route('table.sign', [ 'tableUuid' => $getRecord()->uuid, 'restaurantUuid' => $getRecord()->restaurant_uuid, 'checkSum' => '123'] )) !!} @endif