@extends('ecommerce::frontend.layout.main2') @section('title') {{ $ecommerce_setting->site_title ?? 'My Orders' }} @endsection @section('description') {{ $ecommerce_setting->site_description ?? '' }} @endsection @section('content')

{{trans('file.My Orders')}}

@if(!empty($sales)) @else

{{trans('file.You have not ordered anything yet!')}}

Start Shopping
@endif
@endsection