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