@extends('layout.master') @section('body-class', 'page-account-order-list') @section('content')
{{-- @foreach ($orders as $order)
{{ $order->number }}
@endforeach --}}
@endsection