@stack('row_footer_histories_head_tr_start') @stack('row_footer_histories_head_start') @stack('row_footer_histories_head_end') @stack('row_footer_histories_head_tr_end') @stack('row_footer_histories_body_tr_start') @foreach($histories as $history) @stack('row_footer_histories_body_td_start') @stack('row_footer_histories_body_td_end') @endforeach @stack('row_footer_histories_body_tr_end')
{{ trans('general.date') }} {{ trans_choice('general.statuses', 1) }} {{ trans('general.description') }}
@date($history->created_at) {{ trans($textHistoryStatus . $history->status) }} {{ $history->description }}