@extends('layouts.app') @section('content')
@include('orders.item', ['orders' => $orders])
长按识别二维码
@endsection @section('script') @endsection