This repository has been archived on 2020-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pingan/resources/views/index/makeCode.blade.php
2020-08-06 16:37:53 +08:00

12 lines
249 B
PHP

@extends('layouts.app')
@section('content')
<section class="has-padding text-center">
<img src="{{ $shareimg }}" class="nullOrder">
<div class="lead">
请向用户展示<br>
您的二维码
</div>
</section>
@endsection