$table1->getRouteKey(), 'key' => [ 'public' => $table1->getPublicKey(), 'route' => $table1->getRouteKey(), ], 'aaa' => $table1->aaa, 'url' => [ 'public' => trans_url('teszt/'.$table1->getPublicKey()), 'user' => guard_url('teszt/table1/'.$table1->getRouteKey()), ], 'status' => trans('app.'.$table1->status), 'created_at' => format_date($table1->created_at), 'updated_at' => format_date($table1->updated_at), ]; } }