Skip to content

Commit

Permalink
Add order_date to orders table
Browse files Browse the repository at this point in the history
  • Loading branch information
OniiCoder committed Feb 9, 2024
1 parent eb7910f commit 4a7bd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/models/orders/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</x-fab::lists.table.column>
@endif

@if($this->shouldShowColumn('date_ordered'))
@if($this->shouldShowColumn('order_date'))
<x-fab::lists.table.column align="right">
{{ Carbon::parse($data->order_date)->toFormattedDateString() }}
</x-fab::lists.table.column>
Expand Down

0 comments on commit 4a7bd52

Please sign in to comment.