@extends('layouts.store') @section('title', __('app.track_order') . ' - ' . __('app.site_name')) @section('content')
{{ $order->created_at->format('Y-m-d H:i') }}
{{ __('app.order_not_found') }}