Hi.
I have 2 tables: categories and category_translations.
Table categories has columns as image below.
and this is the column of the category_translation table
and I can't get the name column it shows the error Unknown column 'name'
This is the code where I initialize the datatables at line 0, I call {{ $category->translate('vi')->name }} according to the instructions of the document I am using
Can you help me? Thank you
Hi. I have 2 tables: categories and category_translations. Table categories has columns as image below.
and this is the column of the category_translation table
and I can't get the name column it shows the error Unknown column 'name'
This is the code where I initialize the datatables at line 0, I call {{ $category->translate('vi')->name }} according to the instructions of the document I am using Can you help me? Thank you