I am listing the data of a query I made with the following code:
$users = DB::table('users')
->join('transportes', 'users.id', '=', 'transportes.user_id')
->join('empresas', 'transportes.id', '=', 'empresas.transporte_id')
->join('...
asked by
25.11.2018 / 13:33