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