@extends('layout.master') @section('content')

我的订单

@foreach ($orders as $order)
{{ $order->number }}
@endforeach
@endsection