@extends(EcommerceHelper::viewPath('customers.master')) @section('title', __('Overview')) @section('content') @php $customer = auth('customer')->user(); EcommerceHelper::registerThemeAssets(); @endphp @if (! $customer->orders()->exists()) @endif @endsection