@extends('layouts.app') @section('content') current() == route('orders.index'))class="active" @endif>全部 current() == route('orders.unpay'))class="active" @endif>待付款 current() == route('orders.paid'))class="active" @endif>待发货 current() == route('orders.delivered'))class="active" @endif>待收货 @if ($orders->isNotEmpty()) @include('orders.item', ['orders' => $orders]) @else 您还没有订单,现在就去下单吧! @endif @endsection @section('script') @endsection