@extends('fenix.core::admin.admin') @section('css') @stop @section('js') {!!Html::script('core/js/footable.min.js')!!} @stop @section('content') @include('shop::orders.details')
| {{Fnx::translate('admin_status')}} | {{Fnx::translate('admin_shop_datechange')}} | {{Fnx::translate('admin_shop_notified')}} | {{Fnx::translate('admin_shop_internal_comment')}} | {{Fnx::translate('admin_shop_external_comment')}} | @foreach($order->statusHistory() as $hist)
|---|---|---|---|---|
| {{Fnx::translate('admin_shop_order_status_'.$hist->status_id)}} | {{date('d/m/Y',strtotime($hist->created_at))}} | {!! $hist->notified?'':'' !!} | {{strip_tags($hist->internal_comment)}} | {{strip_tags($hist->external_comment)}} |