@extends(EcommerceHelper::viewPath('customers.master')) @section('content')

{{ __('Order information') }}

@include('plugins/ecommerce::themes.includes.order-tracking-detail') @if ($order->canBeCanceled())
{{ __('You can upload the following file types: jpg, jpeg, png, pdf and max file size is 2MB.') }}
@elseif ($order->proof_file)
@endif @endsection