fix
This commit is contained in:
@@ -39,8 +39,8 @@ class InvoicesDataTable extends DataTable
|
||||
|
||||
Column::make('status'),
|
||||
Column::make('created_at')->title('Date'),
|
||||
Column::make('customer.last_name')->default(''),
|
||||
Column::make('total'),
|
||||
Column::make('customer.last_name')->title('Client')->default(''),
|
||||
Column::make('total')->addClass('text-right'),
|
||||
$this->makeColumnButtons(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user